reddit-moderator-toolbox
reddit-moderator-toolbox copied to clipboard
Moderator toolbox for reddit extension development.
Just noticed it today while having multiple tabs open but I am also using Vivaldi so I can't rule out yet that it is just a weird thing there. But...
Can the "Open in old Reddit" button automatically parse out /rpan from RPAN URLs so the post will load correctly? For example https://new.reddit.com/rpan/r/distantsocializing/gphsbd won't toggle correctly unless you make it...
Just like the existing buttons for approving and removing things, should be able to ignore reports on all selected items.
The `ban_reason` field is limited to 100 characters because it's only intended for a rule name or similar short reason. The `ban_note` reason is intended for notes such as URLs,...
Instead of using a single "null" index in the constants.warnings array, toolbox is producing multiple: ``` "warnings": [ null, "abusewarn", "spamwarn", "spamwatch", "gooduser", null, "ban" ] ```
Just a silly QoL idea I had when doing the queues, it would be nice if it updated in realtime when taking actions. Probably want to debounce it a tiny...
I was working the queue then accidentally navigated away while writing a removal reason so I had to go to the modlog to find that thing. In a similar sense...
Every time I load a subreddit listing or the modqueue, there's a slow progression of every single element (especially buttons) on the page downwards as elements load. This always adds...
Just a general issue to keep track of some thoughts on improving the speed of toolbox's init processes, spun off from #403. Probably also a good excuse for a general...
From #407. Rather than blocking the content script on usernote decompression, send the usernote data in a message to the background page and do the decompression there. This should help...