From 7c683ef213522674ad652cfd37efbfa11f633fcf Mon Sep 17 00:00:00 2001 From: Cat73 Date: Mon, 23 Nov 2015 20:07:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=84=9A=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Remove_web_limits.user.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Remove_web_limits.user.js b/Remove_web_limits.user.js index 438eae8..4076950 100644 --- a/Remove_web_limits.user.js +++ b/Remove_web_limits.user.js @@ -1,4 +1,5 @@ // ==UserScript== +// @id 99feda91-dcd8-4626-8555-d29c389a997f // @namespace https://www.github.com/Cat7373/ // @name 网页限制解除 // @name:en Remove web limits @@ -6,13 +7,16 @@ // @description 解除一些网站的禁止 选择、复制、右键 等限制 // @description:en Deregulating some sites prohibit select, copy, right of // @description:zh 解除一些网站的禁止 选择、复制、右键 等限制 -// @include http://* -// @include https://* -// @match *://*/* // @homepageURL https://github.com/Cat7373/remove-web-limits // @supportURL https://github.com/Cat7373/remove-web-limits/issues/ +// @installURL https://github.com/Cat7373/remove-web-limits/raw/master/Remove_web_limits.user.js // @author Cat73 // @version 1.0 +// @license LGPLv3 +// @compatible firefox, chrome, opera, safari +// @include http://* +// @include https://* +// @match *://*/* // @grant unsafeWindow // @run-at document-start // ==/UserScript==