Easeless Firefox

Examine source code of Easeless

Inspect and view changes in Easeless source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DOM Remover Extension",
  "version": "1.0",
  "description": "Removes a specific DOM element and its children if a condition is met.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "antis.michael@gmail.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Easeless Alternatives

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