Last active
November 27, 2024 16:33
-
-
Save Rayquaza01/6bbe7419e4fd345cb4a3fd4876cb007a to your computer and use it in GitHub Desktop.
Old Reddit Redirect
This file contains hidden or 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 Redirect | |
| // @namespace Violentmonkey Scripts | |
| // @match https://www.reddit.com/* | |
| // @grant none | |
| // @version 1.0 | |
| // @author Arnaught | |
| // @description 8/27/2023, 11:06:35 AM | |
| // ==/UserScript== | |
| location.href = location.href.replace("www", "old"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment