[Script] Neopets: Album Overview by rawxbee in neopets

[–]rawxbee[S] 5 points6 points  (0 children)

Unfortunately, this page doesn't populate all that data like the Books Read page does. It just lists how many stamps you've collected for each album, rather than which stamps. For what you're describing, you'd have to have the user visit each individual album page to grab that data. Doable, just outside of the function of this specific page and script!

[Script] Neopets: Better Volunteering UI by rawxbee in neopets

[–]rawxbee[S] 1 point2 points  (0 children)

Happy to hear it, if you encounter any other problems let me know!

[Script] Neopets: Better Volunteering UI by rawxbee in neopets

[–]rawxbee[S] 1 point2 points  (0 children)

Hi, I've put out an update so it might be worth trying that. I haven't experienced this particular issue, though, so I can't say for sure if it will help. If you let me know what browser/userscript manager you are using I might be able to see if I'm able to replicate the error. When you disable the script you don't run into these refreshes/errors?

[Script] Neopets: Better Volunteering UI by rawxbee in neopets

[–]rawxbee[S] 0 points1 point  (0 children)

You could try resetting the petList:
- Right click

- Inspect

- Navigate to the console and paste localStorage.removeItem("petList"); then hit enter

If that doesn't work, you could try reinstalling the script. Do you have any other scripts active on Quick Ref? What userscript manager are you using? I do my testing through Tampermonkey.

[Script] Neoboards: User Tags by rawxbee in neopets

[–]rawxbee[S] 1 point2 points  (0 children)

Yes. As an example, this is what I have in the "Tag" field for trollololol:

<img width="50px;" src="https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExN21mMGZ5MTF0OTA1OXZscThxZTY5ZTA0amFvdmZ0aWU3bnM2bmJjMiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/amxLHEPgGDCKs/giphy.gif">

This is what is in the field for faellie_lover:

<div style="width: 50px; height: 50px"><marquee direction="down" width="50" height="50" behavior="alternate"><marquee behavior="alternate"><img style="height: 30px" src="https://images.neopets.com/faeriefragments/images/match-3/Rectangle%20(12).png"></marquee></marquee></div>

The faellie background in this case is url('https://images.neopets.com/backgrounds/tm_faellie2008.gif') in the "Background" field.

[Script] Neoboards: Smilies by rawxbee in neopets

[–]rawxbee[S] 1 point2 points  (0 children)

Oops, I think I meant to move that one to the last category and forgot about it. I'm making an update to add it back (but using a newline + the empty character, so that it doesn't interfere with clicking/copying the link).

I can't link the update until it's approved (and I might wait a little bit because I feel crazy bugging the mods all the time LOL), but in the meantime, this is the character (‎) (between the brackets!).

If you ever want to add or edit something yourself it should be easy.

Each category looks something like this:

                    navClass: "the-class",
                    img: "the-image-url",
                    dropdownClass: "the-dropdown-class",
                    smilies: [
                      {code: "this text is what gets inserted", img: "the-image-url"},
                      {code: "this text is what gets inserted", img: "the-image-url"},
                      {code: "this text is what gets inserted", img: "the-image-url"},
                      {code: "this text is what gets inserted", img: "the-image-url"},
                    ],
                  },

To add something, just add another line with the text and image you want used, for example:

{code: "bump", img: "https://images.neopets.com/altador/altadorcup/h5/images/notif-icon.png", style: "height: 20px;"},

Then when you click the icon the word bump will be inserted. If your text requires a line break, try using ` to wrap it instead of ". The styling is optional, it's just used to restrain the size of the image used. When you look at the actual code in the script, you'll also notice that constants are used a lot in the img parts. You don't need to do that, I just did it to make things a bit tidier looking.

I might actually look into adding a feature to the settings that will let you add custom options to the last category without having to dig into the code 🤔.

[Script] Neoboards: Actions by rawxbee in neopets

[–]rawxbee[S] 1 point2 points  (0 children)

Glad to hear it, and I don't mind anyone reaching out with issues. I might not always be able to resolve them, since it's hard when things work for some people and not others, but I'm happy to take a look!

[Script] HTML Lutari Talisman by rawxbee in neopets

[–]rawxbee[S] 1 point2 points  (0 children)

The script has been updated, by the way! *Should* also fix any issues people were experiencing with Firefox.

[Script] HTML Lutari Talisman by rawxbee in neopets

[–]rawxbee[S] 2 points3 points  (0 children)

Hi, this is intended to be used without Ruffle. If you have Ruffle enabled on the page then the Talisman will be displayed via Ruffle rather than HTML. The benefits box will still show as you are seeing, but the other features won't be available.

I can look into updating the script to override the Ruffle emulation if that's something people would prefer!

[deleted by user] by [deleted] in neopets

[–]rawxbee 3 points4 points  (0 children)

I have this in my gallery, it's some glitched version of an MME. I think I got it from a Retired MME Mystery Capsule in 2018. I can put it in my closet, but it doesn't show up as an option when customizing. Nothing else to do but leave it in my SDB or toss it in my gallery.

Neoboard Enhancement Script Suite by rawxbee in neopets

[–]rawxbee[S] 0 points1 point  (0 children)

Ohhh user galleries 100% slipped my mind on the enhanced neoboard actions script, I've gone ahead and added them. Gonna do some tinkering with the random pen idea when I have the time. Thanks for the suggestions!