DOM Destroyer: delete anything on any web page Firefox

Examine source code of DOM Destroyer: delete anything on any web page

By: phil
Inspect and view changes in DOM Destroyer: delete anything on any web page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DOM Destroyer",
  "description": "Delete anything on a website with a click.",
  "homepage_url": "http://github.com/uniphil/dom-destroyer",
  "version": "0.4.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5bfc8fdf-a812-4299-a2e1-ff0ba6f896d4}",
      "strict_min_version": "109.0"
    }
  },
  "action": {
    "default_title": "Destroy DOM elements",
    "default_icon": "destroy_128.png"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      }
    }
  },
  "icons": {
    "128": "active_destroy_128.png"
  }
}

Best DOM Destroyer: delete anything on any web page Alternatives

Here are some Firefox add-ons that are similar to DOM Destroyer: delete anything on any web page: