- Added the ability for Helpers to recommend a bot for approval, with a note
- Made Commands public
- Added API documentation section
- Added about page section
- Added an admin permission warning to bot pages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Reddit Old Layout | |
// @namespace 9bf36c681d35d52913b3bda74ddf6127318ed7b0 | |
// @version 0.3 | |
// @description Forces usage of the old reddit version | |
// @author Brussell | |
// @match https://www.reddit.com/* | |
// @match https://reddit.com/* | |
// @grant none | |
// @run-at document-start |
OlderNewer