XKCD Random Comic Fixer Firefox

Examine source code of XKCD Random Comic Fixer

Inspect and view changes in XKCD Random Comic Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "XKCD Random Comic Fixer",
  "version": "1.0",
  "description": "Fixes the 'Random' button on xkcd.com to redirect to xkcd 221. Icon credits go to Randall Munroe (XKCD)",
  "icons": {
    "16": "icons/xkcd-16.png",
    "32": "icons/xkcd-32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.xkcd.com/*"
      ],
      "js": [
        "xkcd-rand-fix.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{b1641db5-bd1f-4742-b849-9f0bbdd51156}"
    }
  }
}

Best XKCD Random Comic Fixer Alternatives

Here are some Firefox add-ons that are similar to XKCD Random Comic Fixer: