-
Notifications
You must be signed in to change notification settings - Fork 119
/
index.html
62 lines (58 loc) · 3.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<title>网页限制解除</title>
<meta name="description" content="Remove web limits 解除一些网站的禁止 选择、复制、右键 等限制">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="background"></div>
<div id="main-body">
<header class="yahei">
<h1>网页限制解除</h1>
<h2>解除一些网站的禁止 选择、复制、右键 等限制</h2>
<a id="install" href="remove_web_limits.user.js">安装脚本</a>
<div id="report">
<a href="https://github.com/Cat7373/remove-web-limits/issues" target="_blank">报告问题</a>
<a href="https://github.com/Cat7373/remove-web-limits" target="_blank">协助开发</a><br>
Gitub:
<a href="https://github.com/Cat7373/remove-web-limits/fork" target="_blank">Fork</a>
<a href="https://github.com/Cat7373/remove-web-limits/star" target="_blank">Star</a>
</div>
</header>
<h3 class="yahei">安装脚本</h3>
<div id="browsers">
<div class="browser">
<a href="https://www.google.com/intl/zh-CN/chrome/browser/desktop/index.html?standalone=1" class="browser-icon"><img src="./img/logo/chrome.png" alt="Chrome 浏览器" width="64" height="64"></a>
<div>
Chrome 浏览器需要安装 <a target="_blank" href="https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=zh-CN">TamperMonkey 扩展程序</a> 来运行用户脚本。<br>
<span class="needfill-installurl needfill-name">如果您已经安装了上述扩展程序,您可以<a class="linkfill linkfill-installurl" href="/remove-web-limits/remove_web_limits.user.js">点此安装脚本</a>,并根据扩展程序的提示确认安装。</span>
</div>
</div>
<div class="browser">
<a href="http://www.mozilla.org/en-US/firefox/all/#zh-CN" class="browser-icon"><img src="./img/logo/firefox.png" alt="Firefox 浏览器" width="64" height="64"></a>
<div>
Firefox 浏览器需要安装 <a target="_blank" href="https://addons.mozilla.org/zh-CN/firefox/addon/greasemonkey/">GreaseMonkey 附加组件</a> 来运行用户脚本。<br>
<span class="needfill-installurl needfill-name">如果您已经安装了上述附加组件,您可以<a class="linkfill linkfill-installurl" href="/remove-web-limits/remove_web_limits.user.js">点此安装脚本</a>,并根据附加组件的提示确认安装。</span>
</div>
</div>
<div class="browser">
<a href="http://www.opera.com/zh-cn" class="browser-icon"><img src="./img/logo/opera.png" alt="Opera 浏览器" width="64" height="64"></a>
<div>
Opera 浏览器需要安装 <a target="_blank" href="https://addons.opera.com/zh-cn/extensions/details/tampermonkey-beta/">TamperMonkey Beta 扩展</a> 来运行用户脚本。<br>
<span class="needfill-installurl needfill-name">如果您已经安装了上述扩展,您可以<a class="linkfill linkfill-installurl" href="/remove-web-limits/remove_web_limits.user.js">点此安装脚本</a>,并根据扩展的提示确认安装。</span>
</div>
</div>
<div class="browser">
<a href="http://www.apple.com/cn/safari/" class="browser-icon"><img src="./img/logo/safari.png" alt="Safari 浏览器" width="64" height="64"></a>
<div>
Safari 浏览器需要安装 <a target="_blank" href="http://tampermonkey.net/index.php?ext=dhdg&browser=safari">TamperMonkey 扩展</a> 来运行用户脚本。<br>
<span class="needfill-installurl needfill-name">如果您已经安装了上述扩展,您可以<a class="linkfill linkfill-installurl" href="/remove-web-limits/remove_web_limits.user.js">点此安装脚本</a>,并根据扩展的提示确认安装。</span>
</div>
</div>
</div>
</div>
</body>
</html>