Actually, since they're required to be open-source, almost all mods you find here will be perfectly safe, and they all at least work. If you're worried about the safety and functionality of mods, you should check out the mod list on the wiki.
if you use this mod correctly, you can make GUNS with multi-pixel bullets. HOLY CRAP. This is the stuff you think about in bed at 9:30 when you're ten, not a mod!
In case anyone was wondering, this mod is put on hold until I finish the semester in a few weeks. When I get back to it i'll probably release another minor update with any random stuff that happened to tpt++ in the two months without an update to this.
Then afterwards I can add some new features, I want to add multiple logins and multiple servers. Adding multiple servers requires me to make some changes, the changes mean that i'll finally be able to add more features like optional avatars, page numbers, and possibly even new comment notifications.
Is there anything I could do help make the comment notifications system implemented smoothly (json output of certain format, etc)? I welcome the addition of such feature as a part of the community.
@Lockheedmartin(View Post) Well I had planned to use a hacky method. Basically, when you search for saves the .json tells you how many comments there are: https://powdertoy.co.uk/Browse.json . My plan was to keep track of this and put a notification on the save (near the one that says how many votes it has), for how many new comments there are.
For a better method, it would be nice if the search page json (above) gave you either the time of the most recent comment, or the most recent comment ID. Comment IDs are hidden from all the other json though, so timestamp probably makes most sense to include (maybe "CommentTime")