Created
January 29, 2021 01:16
-
-
Save Fiaxhs/37adc060379ac4642adcdb740cb90125 to your computer and use it in GitHub Desktop.
Opt out reddit redesign without account
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
// Go to https://www.reddit.com | |
// Open JS Console, paste this: | |
document.cookie = "redesign_optout=true; expires=Mon, 1 Jan 2035 12:00:00 UTC; path=/"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment