-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# remove-web-limits | ||
解除一些网站的禁止 选择、复制、右键 等限制 | ||
|
||
#快速入门: | ||
1. 安装扩展程序 | ||
* Chrome 浏览器需要安装 TamperMonkey 扩展程序 来运行脚本。 | ||
https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo | ||
* Firefox 浏览器需要安装 GreaseMonkey 附加组件 来运行脚本。 | ||
https://addons.mozilla.org/zh-CN/firefox/addon/greasemonkey/ | ||
* Opera 浏览器需要安装 TamperMonkey Beta 扩展 来运行脚本。 | ||
https://addons.opera.com/zh-cn/extensions/details/tampermonkey-beta/ | ||
2. 打开 https://github.com/Cat7373/remove-web-limits/raw/master/Remove_web_limits.user.js 来安装脚本. |