Reddit Redirect Firefox

Examine source code of Reddit Redirect

By: Graham Add-on
Inspect and view changes in Reddit Redirect source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Redirect",
  "version": "0.2",
  "description": "This is a firefox extension that redirects requests from reddit.com to the endpoint of your choice. Defaults to old.reddit.com.",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8aba22f4-67e8-409e-93f7-4e2437fb1fce}"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.reddit.com/*",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}

Best Reddit Redirect Alternatives

Here are some Firefox add-ons that are similar to Reddit Redirect: