Skip to content

Instantly share code, notes, and snippets.

@SuhasHebbar
Last active October 24, 2022 20:04
Show Gist options
  • Save SuhasHebbar/8179dc3b95b7890db2471389f6e076d6 to your computer and use it in GitHub Desktop.
Save SuhasHebbar/8179dc3b95b7890db2471389f6e076d6 to your computer and use it in GitHub Desktop.
uBlock Origin scriptlet to redirect to old reddit.
/// old-reddit.js
location.hostname = 'old.reddit.com';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment