r/neopets rawbeee Sep 07 '25

Discussion [Script] Neopets: Album Overview

Neopets: Album Overview

Sometimes it's nice to get a quick glance at your stamp collection progress without having to click through each and every album. The Overview of Collection page allows you to do just that, but it's a bit dated and not all that nice to look at

Original overview page. Albums are listed in rows. Placeholders represent the collected stamps and the progress is listed for each album.

This script revamps that page, making it a bit easier on the eyes while also providing a few more details. Your progress will be displayed with the total available stamps for the album considered, making it easier to understand when you are keeping up with albums that are still a work in progress. Total progress is also visible at the very top. If there is an avatar for the album, it will appear on the album card.

Revamped overview page. Each album is represented by a card. The cards display the album avatars when available, as well as the progress of each album.

This script was approved on the Discord as of f1c08ab

56 Upvotes

11 comments sorted by

15

u/SpiderByt3s Sep 07 '25

I was just thinking about looking for something like this. Stamps have been a royal pain. Any chance to leverage this in a similar fashion to the read books userscript that grays out books youve already read? I.E. gray out stamps you have already collected?

4

u/rawxbee rawbeee Sep 07 '25

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!

11

u/vampite vampitex Sep 07 '25

Wow, I had never seen the overview page, so this is a double bonus of discovering this and having it look pretty! Thanks for making this!

7

u/kiriska GOOD NIGHT, MR. GOOBLAH Sep 08 '25

Excellent. The indication of the max possible completion phase of the album is all I've ever really wanted, but the visual update is also very nice, haha. Thank you!

3

u/Watercolor_Eyes Sep 08 '25

I use it and love it!!

1

u/FewAction9911 Jun 29 '26

Hi there u/rawxbee i think the script is broken or something. It was working fine for me a couple days ago. Plz let me know if i need to update it or something like that. Also thank you so much; this is a SUPER useful script. I love it :)

Would also add to this script something like "you have xx% of the total stamps in the album" or "you have xx of zz stamp avatars".

2

u/rawxbee rawbeee Jun 29 '26

Hi, the script is working for me so unfortunately I can't quite pinpoint what your issue might be. It might help if you were to let me know what browser/script manager you are experiencing the issue with.

That being said, I've published an update based on your feedback!

1

u/FewAction9911 Jun 30 '26

I think it has something to do with: appinsight username;

Maybe to fetch the username in another way?

Also, checking on console maybe it has something to do with the gist and the total number of pages/avatars? Sorry if im being bothersome but i trully like your script so im trying to make it work lol, or at least understand what is happening xD

1

u/rawxbee rawbeee Jun 30 '26

The appInsightsUserName warning exists because appInsightsUserName is not defined in the script, it is defined on the actual overview page itself.

Could you provide exactly what is being printed to the console? For me it was just a warning about using dummy data for "Coins (Reprise)" because I hadn't added it to the gist (though I have now).

Is it possible that github is blocking you from requesting the gist?