Simple overview of use/purpose.
An in-depth paragraph about your project and overview of use.
| // ==UserScript== | |
| // @name old reddit | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.6 | |
| // @description seamlessly redirect to old.reddit.com | |
| // @author Tavi | |
| // @match https://www.reddit.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=reddit.com | |
| // @grant none | |
| // @run-at document-start |