Wikipedia Kit Firefox

Examine source code of Wikipedia Kit

By: weaving Add-on
Inspect and view changes in Wikipedia Kit 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": "Wikipedia Kit",
  "description": "Make Wikipedia more usable with features such as clean copy, sticky table headers and simple UI.",
  "version": "0.0.1",
  "content_scripts": [
    {
      "matches": [
        "https://*.wikipedia.org/*"
      ],
      "css": [
        "wikipedia.css"
      ],
      "js": [
        "wikipedia.js"
      ],
      "exclude_matches": [
        "https://*.wikipedia.org/"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "web_accessible_resources": [
    "settings.html",
    "settings.js",
    "settings.css",
    "wikipedia-128.png"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Wikipedia Kit",
    "default_icon": "icons/wikipedia-48.png"
  },
  "icons": {
    "16": "icons/wikipedia-16.png",
    "48": "icons/wikipedia-48.png",
    "128": "icons/wikipedia-128.png",
    "256": "icons/wikipedia-256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6fe29810-7109-4b90-9377-770a3dfc125d}"
    }
  }
}

Best Wikipedia Kit Alternatives

Here are some Firefox add-ons that are similar to Wikipedia Kit: