GeeksForGeeks Popup Blocker Firefox

Examine source code of GeeksForGeeks Popup Blocker

Inspect and view changes in GeeksForGeeks Popup Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GeeksForGeeks Popup Blocker",
  "version": "1.0.0",
  "description": "Removes the annoying login modal/popup on geeksforgeeks.org",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.geeksforgeeks.org/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{32c28757-c7fe-4d22-84ac-7fa3c2430a7a}"
    }
  }
}

Best GeeksForGeeks Popup Blocker Alternatives

Here are some Firefox add-ons that are similar to GeeksForGeeks Popup Blocker: