RegEx Blocklist Firefox

Examine source code of RegEx Blocklist

Inspect and view changes in RegEx Blocklist source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Filter HTTP requests with Regular Expressions",
  "manifest_version": 2,
  "name": "RegEx Blocklist",
  "version": "2.0",
  "applications": {
    "gecko": {
      "id": "regex.blacklist@github.com",
      "strict_min_version": "60.0"
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "webRequest",
    "<all_urls>",
    "storage",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}

Best RegEx Blocklist Alternatives

Here are some Firefox add-ons that are similar to RegEx Blocklist: