Adblocker Firefox

Examine source code of Adblocker

Inspect and view changes in Adblocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": true,
      "js": [
        "lib/libs/css.escape.js",
        "lib/utils/element-collapser.js",
        "lib/utils/css-hits-counter.js",
        "lib/libs/extended-css.js",
        "lib/content-script/abu-content.js",
        "lib/content-script/common-script.js",
        "lib/content-script/content-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/content-script/content-utils.js"
      ],
      "css": [
        "lib/content-script/css/alert.css"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/libs/diff_match_patch.js",
        "lib/libs/dom.patched.js",
        "lib/utils/balalaika.patched.js",
        "lib/content-script/i18n-helper.js",
        "lib/content-script/assistant/js/abu-selector.js",
        "lib/content-script/assistant/js/abu-rules-constructor.js",
        "lib/content-script/assistant/js/assistant.js",
        "lib/content-script/assistant/js/start-assistant.js"
      ],
      "css": [
        "lib/content-script/assistant/css/select-element.css"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/libs/jquery-3.6.0.min.js",
        "lib/libs/jquery-ui.min.js",
        "lib/libs/diff_match_patch.js",
        "lib/libs/dom.js",
        "lib/content-script/i18n-helper.js",
        "lib/content-script/shield.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fb2860b0-f0b9-4b27-8ed9-1faa5a76eadf}"
    }
  },
  "description": "__MSG_description__",
  "default_locale": "en",
  "web_accessible_resources": [
    "lib/content-script/assistant/*",
    "pages/shield/*"
  ],
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  },
  "short_name": "__MSG_short_name__",
  "name": "Adblocker",
  "options_ui": {
    "page": "pages/options.html",
    "open_in_tab": true
  },
  "version": "2.1.1",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_title": "Adblocker",
    "default_popup": "pages/popup.html",
    "default_icon": {
      "19": "icons/gray-19.png",
      "38": "icons/gray-38.png"
    }
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "contextMenus"
  ]
}

Best Adblocker Alternatives

Here are some Firefox add-ons that are similar to Adblocker: