Created
August 5, 2020 03:41
-
-
Save aeter/c8356a44cfbaf9de49cde3c854f3b0ae 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
if (window.location.hostname.indexOf('www.reddit.com') != -1) { | |
window.location.hostname = 'old.reddit.com'; | |
} |
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
{ | |
"description": "chrome://extensions -> load unpacked", | |
"manifest_version": 2, | |
"name": "sameoldr", | |
"version": "0.1", | |
"content_scripts": [ | |
{ | |
"matches": [ | |
"<all_urls>" | |
], | |
"js": ["content.js"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment