Reddirect Firefox

Examine source code of Reddirect

Inspect and view changes in Reddirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddirect",
  "version": "1.5",
  "description": "Automatically redirects Reddit URLs to Old Reddit.",
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Reddirect",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "constants.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://old.reddit.com/*"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c00f38e8-90e6-4d66-904d-34c6fde1a76f}"
    }
  }
}

Best Reddirect Alternatives

Here are some Firefox add-ons that are similar to Reddirect: