reddit-moderator-toolbox
reddit-moderator-toolbox copied to clipboard
Moderator toolbox for reddit extension development.
The current system for `watchPushState` (https://github.com/toolbox-team/reddit-moderator-toolbox-redesign/blob/18f82c8/extension/data/tbutils.js#L2903-L3059) relies on lots of individual regular expressions for every possible page type. One of the drawbacks to this method is that sometimes, the context...
Lots of reports, needs investigation. ref #206
Basically the same thing we do under posts or comments but then for the user based on the last 500 mod actions. Can be handy in those cases where a...
Got attended to the fact today that the lock functionality is missing on comments in the queue and while I was checking that out I realized the entire betterbuttons module...
Related to #209 we probably should add this to modmail as well. Probably fairly straightforward: 1. Check for ban stuff in the sidebar similar to [this](https://github.com/toolbox-team/reddit-moderator-toolbox/blob/master/extension/data/modules/newmodmailpro.js#L380-L393) 2. Pull the info...
I finally got the extension build process working on my machine, so now I can actually start tracking the issues I find with running Toolbox on Safari 14 under Big...
As the title says, I never really used the option but did enable it today and actually rather like it. The only trouble is that sometimes I take action on...
The `show recent actions` button is extremely helpful and I love the feature. Unfortunately, it sometimes fails to retrieve any actions for the item being examined. It would be really...
When you are within a post detail, there is no sticky button if it is enabled. Making it difficult to sticky to top position
At the moment you can select only one option when you have a select element in a removal reason It would be possible to add multiple attribute to the select...