Examine source code of Minecraft Wiki Adblocker

Inspect and view changes in Minecraft Wiki Adblocker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Gamepedia Adblocker",
  "version": "1.3",
  "description": "Add-on to remove the Gamepedia Pro rail from the Minecraft and Terraria Wikis.",
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://minecraft.fandom.com/*",
        "*://terraria.fandom.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}