-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
6 lines (6 loc) · 4.36 KB
/
params.json
File metadata and controls
6 lines (6 loc) · 4.36 KB
1
2
3
4
5
6
{
"name": "My User Scripts",
"tagline": "Caution: May contain Magic™",
"body": "##Debugging\r\n###[AJAX Listener](https://github.com/Tiny-Giant/myuserscripts/blob/master/AJAXListener.user.js)\r\nA simple AJAX listener that intercepts all AJAX requests made on a page and logs them to the console for review.\r\n\r\n###[Enable Logging](https://github.com/Tiny-Giant/myuserscripts/blob/master/EnableLogging.user.js)\r\nEnables Stack Overflow's built in logging / debugging system.\r\n\r\n##Chat\r\n###[Moderation Request Archiver](https://github.com/Tiny-Giant/myuserscripts/blob/master/CVRequestArchiver.user.js)\r\nProvides an interface to archive formatted moderation requests in a given chat room. Must be a room owner or moderator of the current room for the interface to show up. This is an old version, the [newest version](https://github.com/SO-Close-Vote-Reviewers/UserScripts/blob/master/CVRequestArchiver.user.js) is being maintained by the [SOCVR](https://github.com/SO-Close-Vote-Reviewers) More information to come.\r\n\r\n###[Moderation Request Generator](https://github.com/Tiny-Giant/myuserscripts/blob/master/CVRequestGenerator.user.js)\r\nProvides an interface to automate the formatting and sending of moderation requests from chat to a given chat room. Currently only works for close vote requests. More information to come.\r\n\r\n###[Trainwreck](https://github.com/Tiny-Giant/myuserscripts/blob/master/Trainwreck.user.js)\r\nProvides an interface to automate the formatting and sending of a message to the current chat room. Format is `[#RekdTrain](link to random image of trainwreck)`. More information to come.\r\n\r\n##Main Site\r\n###[Inline Editing Everywhere](https://github.com/Tiny-Giant/myuserscripts/blob/master/InlineEditingEverywhere.user.js)\r\nEnables inline editing even if you don't have the inline editing privilege on a given site. Edits must still go through review if you don't have the editing privilege. More information to come.\r\n\r\n###[Sticky Vote Controls](https://github.com/Tiny-Giant/myuserscripts/blob/master/StickyVoteControls.user.js)\r\nVoting controls stick to the top of the page when scrolling down a long post. More information to come.\r\n\r\n##Review\r\n###[Magic Tag Review](https://github.com/Tiny-Giant/myuserscripts/blob/master/MagicTagReview.user.js)\r\nProvides a new review interface for reviewing questions in a specific tag based on close or delete votes. A new section is provided one the /review page. This will continue to exist but is going to be superseded by the new Magic Review Tool which will have many more features. More information to come.\r\n\r\n###[NATO Enhancements](https://github.com/Tiny-Giant/myuserscripts/blob/master/NATOEnhancements.user.js)\r\nLoads the full post and question as they would be seen in the wild with all controls enabled. More information to come.\r\n\r\n###[NATO Hide Questions](https://github.com/Tiny-Giant/myuserscripts/blob/master/NATOHideQuestions.user.js)\r\nHides the questions loaded by the NATO Enhancements script, this will eventually be merged as an option into the NATO Enhancements script. \r\n\r\n###[Review Enhancements](https://github.com/Tiny-Giant/myuserscripts/blob/master/ReviewEnhancements.user.js)\r\nLoads all posts as they would be seen in the wild with all controls enabled while in review. More information to come.\r\n\r\n###[Votes Page Enhancements](https://github.com/Tiny-Giant/myuserscripts/blob/master/VotesPageEnhancements.user.js)\r\nLoads posts as they would be seen in the wild with all controls enabled on your votes page. Useful for reviewing posts that you have voted on.\r\n\r\n###[Thing Checker](https://github.com/Tiny-Giant/myuserscripts/blob/master/ThingChecker.user.js)\r\nA proof of concept audit detection script which intercepts the review AJAX requests and looks for the `isAudit` property of the returned JSON object. This is not intended to be used. If you use it, you run the risk of being manually review banned. A better option is to review to the best of your ability and report any bad audits on meta. A review ban incurred by multiple bad audits can be lifted by moderators if the bad audits are indeed bad audits.\r\n\r\n##Styling\r\n###[SO Dark](https://github.com/Tiny-Giant/myuserscripts/blob/master/SODark.user.js)\r\n\r\nThis is really buggy right now, best to just not use this yet.",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}