NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Old Reddit // @description Reverts Reddit to it's old Style // @author alike03 // @namespace http://alike.ml/UserScript.php // @version 1.0 // @icon https://www.redditstatic.com/desktop2x/img/favicon/apple-icon-57x57.png // @updateURL https://openuserjs.org/meta/alike03/Old_Reddit.meta.js // @supportURL https://openuserjs.org/scripts/alike03/Old_Reddit/issues // @match https://www.reddit.com/* // @match https://new.reddit.com/* // @copyright 2018, alike03 (https://openuserjs.org/users/alike03) // @license MIT // ==/UserScript== window.location.replace( "https://old.reddit.com" + window.location.pathname);