Hide items by link or by text selection! Firefox

Examine source code of Hide items by link or by text selection!

By: Ivanca
Inspect and view changes in Hide items by link or by text selection! source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Hide items by link",
  "version": "1.9",
  "description": "Hide any item with a link on a page!",
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "nospam@hide-items-by-url.com",
      "strict_min_version": "42.0"
    }
  },
  "optional_permissions": [
    "tabs",
    "scripting"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Hide items by link or by text selection! Alternatives

Here are some Firefox add-ons that are similar to Hide items by link or by text selection!: