Skip to content

Instantly share code, notes, and snippets.

@n-buna404
Created December 26, 2022 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n-buna404/58c7f1022c05cefed8171963eb0cfb29 to your computer and use it in GitHub Desktop.
Save n-buna404/58c7f1022c05cefed8171963eb0cfb29 to your computer and use it in GitHub Desktop.
redirect reddit to libreddit; old.reddit is also possible with slight modification.
javascript:(function(){ 'use strict';window.location.href = (window.location.href).replace("www.reddit.com", "r.nf"); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment