Google consent dialogs handler Firefox

Examine source code of Google consent dialogs handler

By: Fa
Inspect and view changes in Google consent dialogs handler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
    "manifest_version": 2,
    "name": "Google consent dialogs handler",
    "version": "1.1",
    "description": "Google \"Before you continue\" and \"Sign in to YouTube\" dialogs handler",
    "icons": {
        "48": "icons/light.svg",
        "96": "icons/light.svg"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                 "*://*/*"
            ],
            "js": [ "common.js", "beforeYouContinueClicker.js" ]
        }
        ,
        {
            "matches": [
                 "*://*.youtube.com/*"
            ],
            "js": [ "common.js", "signInToYouTubeClicker.js" ]
        }
    ],
    // this seems optional, even-though suggested at https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension#Web_accessible_resources
    "web_accessible_resources": [ "page-scripts/onLoad.js", "page-scripts/logToProperty.js" ],
    "content_security_policy": "script-src 'self' 'moz-extension:'; object-src 'none'",
    "browser_specific_settings": {
        "gecko": {
          "id": "google-consent-dialogs-handler@186bfee4-9a8c-43da-ace2-9155758c5911"
        }
    }
}

Best Google consent dialogs handler Alternatives

Here are some Firefox add-ons that are similar to Google consent dialogs handler: