An extension that adds a few features to Bitbucket Server
Go to file
Tom Watson 7e41360e60 add unique redirect for gallery links
Closes https://github.com/tom-james-watson/old-reddit-redirect/issues/60

A gallery link in the form https://www.reddit.com/gallery/qnjjvh can be
redirected to
https://old.reddit.com/r/OnePiece/comments/qnjjvh/marines_as_shinigami_by_norridzuan_art.
We only have the id to work with, but reddit will actually redirect
https://old.reddit.com/qnjjvh to the full url, so we can just redirect
to that instead.
2021-11-07 10:07:53 +01:00
img add screenshot 2018-04-25 17:07:47 +02:00
.gitignore add makefile 2021-01-24 12:14:39 +01:00
LICENSE.txt initial commit 2018-04-25 16:43:21 +02:00
Makefile add makefile 2021-01-24 12:14:39 +01:00
README.md add list of redirected/whitelisted domains to readme 2021-01-24 12:16:30 +01:00
background.js add unique redirect for gallery links 2021-11-07 10:07:53 +01:00
manifest.json add unique redirect for gallery links 2021-11-07 10:07:53 +01:00
styles.css feat: hide problematic elements 2021-06-13 12:43:35 +02:00

README.md

Old Reddit Redirect

Chrome extension

Firefox extension

Dislike Reddit's redesign? Old Reddit Redirect will ensure that you always load the old (old.reddit.com) design instead.

Will force all reddit.com usage to old.reddit.com. Will work when navigating to the site, opening links, using old bookmarks. Works regardless of whether you are logged in or not, and in incognito mode.

Redirected domains

  • reddit.com
  • www.reddit.com
  • np.reddit.com
  • amp.reddit.com
  • i.reddit.com

Whitelisted domains

  • new.reddit.com

License

Code copyright Tom Watson. Code released under the MIT license.