Prevent BBC redirect Firefox

Examine source code of Prevent BBC redirect

Inspect and view changes in Prevent BBC redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Prevent BBC redirect",
  "version": "1.1",
  "description": "Prevent bbc.co.uk redirecting to bbc.com",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.bbc.co.uk/*"
      ],
      "js": [
        "index.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Prevent BBC redirect Alternatives

Here are some Firefox add-ons that are similar to Prevent BBC redirect: