ElementHider Firefox

Examine source code of ElementHider

Inspect and view changes in ElementHider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ElementHider: Hide Content & Spoilers",
  "version": "1.0.6",
  "manifest_version": 3,
  "description": "Automatically hide or blur unwanted text, spoilers, and distracting page elements using your own custom keywords",
  "homepage_url": "https://elementhider.web.app",
  "browser_specific_settings": {
    "gecko": {
      "id": "tsuval@protonmail.com",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "options_ui": {
    "page": "src/browser_action/KeywordEditor.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/browser_action/guide.html",
        "src/browser_action/supporter.html",
        "src/browser_action/css/guide.css",
        "src/browser_action/css/supporter.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon.png",
      "48": "icons/icon.png",
      "128": "icons/icon.png"
    },
    "default_title": "ElementHider",
    "default_popup": "src/browser_action/popup.html"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ]
}

Best ElementHider Alternatives

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