Fandom Enhance

Fandom Enhance

Removes bloat from any fandom.com wiki

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Fandom Enhance",
  "version": "1.2.2",
  "icons": {
    "128": "icon.png"
  },
  "description": "Removes bloat from any fandom.com wiki",
  "content_scripts": [
    {
      "matches": [
        "*://*.fandom.com/wiki/*",
        "*://*.fandom.com/*/wiki/*"
      ],
      "js": [
        "script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.fandom.com/wiki/*",
        "*://*.fandom.com/*/wiki/*"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{62818d18-03a3-4ae9-bbe6-d7e7d8b03a0d}"
    }
  }
}