Clean Wikipedia Firefox

Examine source code of Clean Wikipedia

By: Phoenix
Inspect and view changes in Clean Wikipedia source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "CleanWiki@example.org",
      "strict_min_version": "65.0"
    }
  },
  "name": "Clean Wikipedia",
  "version": "4",
  "description": "Intelligently cleans wikipedia and removes citation numbers to make it easy to copy and paste text. Also removes annoying donation banners and visually overhauls the page to make reading a pleasure",
  "icons": {
    "128": "img128.png",
    "256": "img256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.wikipedia.org/*"
      ],
      "run_at": "document_idle",
      "js": [
        "wiki.js"
      ],
      "css": [
        "wiki.css"
      ]
    }
  ],
  "manifest_version": 2
}

Best Clean Wikipedia Alternatives

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