Created
November 7, 2020 11:40
-
-
Save ivanpu/0d0f9a6fe27424ab240d3845324d4ad2 to your computer and use it in GitHub Desktop.
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 Old Reddit | |
// @namespace puntiy.net | |
// @match https://www.reddit.com/* | |
// @grant none | |
// @version 1.0 | |
// @author Puntiy Ivan | |
// @description 11/7/2020, 1:15:15 PM | |
// ==/UserScript== | |
window.location.replace(window.location.href.replace(/\/\/www./, "//old.")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment