user-select Firefox

Examine source code of user-select

提供元: fortystory
Inspect and view changes in user-select source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "user-select",
  "version": "1.2",
  "description": "A add-ons the web which can not select text and copy.",
  "homepage_url": "https://github.com/fortystory/user-select",
  "icons": {
    "48": "icons/icon.ico"
  },
  "browser_action": {
    "default_icon": "icons/icon.ico",
    "default_title": "user select"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "user_select.js"
      ]
    }
  ]
}

ベストのuser-select代替案

user-selectに類似したFirefox add-onをいくつか紹介します: