StackOverflow Cookie Pop-Up Remover Firefox

Examine source code of StackOverflow Cookie Pop-Up Remover

By: Anarxes
Inspect and view changes in StackOverflow Cookie Pop-Up Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StackOverflow Cookie Pop-Up Remover",
  "version": "1.0",
  "description": "This extension automatically removes the annoying cookie consent pop-up box on StackOverflow, allowing you to browse without interruptions. Enjoy a smoother, distraction-free experience on the site",
  "icons": {
    "48": "icons/delete_black_24dp.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.stackoverflow.com/*"
      ],
      "js": [
        "cookie-remover.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4b950673-2a83-4b06-8685-c25f345a7a1d}"
    }
  }
}

Best StackOverflow Cookie Pop-Up Remover Alternatives

Here are some Firefox add-ons that are similar to StackOverflow Cookie Pop-Up Remover: