Yahoo Consent Auto-Decline Firefox

Examine source code of Yahoo Consent Auto-Decline

By: bigtoe Add-on
Inspect and view changes in Yahoo Consent Auto-Decline source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Yahoo Consent Auto-Decline",
  "version": "1.0.0",
  "description": "Automatically declines consent on Yahoo pages to save time and protect privacy",
  "author": "Kevin Hall",
  "homepage_url": "https://github.com/khall/yahoo-consent-decline",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://consent.yahoo.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ab3260e5-d8cf-4173-9015-76356f44539c}"
    }
  }
}

Best Yahoo Consent Auto-Decline Alternatives

Here are some Firefox add-ons that are similar to Yahoo Consent Auto-Decline: