Wikipedia Without Links Firefox

Examine source code of Wikipedia Without Links

Inspect and view changes in Wikipedia Without Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Wikipedia Without Links",
  "version": "2.0.1",
  "author": "tempodat",
  "developer": {
    "name": "tempodat",
    "url": "https://github.com/tempodat/"
  },
  "description": "Removes links from Wikipedia articles. Click the icon to toggle the feature.",
  "homepage": "https://github.com/tempodat/wikinolinks",
  "permissions": [
    "*://*.wikipedia.org/*",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/active48.png"
    },
    "default_title": "Toggle Wikipedia Links"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.wikipedia.org/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "wikinolinks@tempodat",
      "strict_min_version": "79.0"
    }
  }
}

Best Wikipedia Without Links Alternatives

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