Skip to content

Instantly share code, notes, and snippets.

@aeter
Created August 5, 2020 03:41
Show Gist options
  • Save aeter/c8356a44cfbaf9de49cde3c854f3b0ae to your computer and use it in GitHub Desktop.
Save aeter/c8356a44cfbaf9de49cde3c854f3b0ae to your computer and use it in GitHub Desktop.
if (window.location.hostname.indexOf('www.reddit.com') != -1) {
window.location.hostname = 'old.reddit.com';
}
{
"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