Skip to content

Commit

Permalink
完善脚本信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat7373 committed Nov 23, 2015
1 parent 430d334 commit 7c683ef
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Remove_web_limits.user.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
// ==UserScript==
// @id 99feda91-dcd8-4626-8555-d29c389a997f
// @namespace https://www.github.com/Cat7373/
// @name 网页限制解除
// @name:en Remove web limits
// @name:zh 网页限制解除
// @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==
Expand Down

0 comments on commit 7c683ef

Please sign in to comment.