-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (65 loc) · 4 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
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>链接防Q群管家撤回</title>
<meta name="keywords"
content="q群管家,撤回链接,防撤回,链接防撤回,链接防q群管家撤回,链接防q群管家,q群管家撤回,q群管家撤回链接,q群管家撤链接,防止q群管家撤回,防止q群管家撤回链接,怎么防止q群管家撤回,怎么防止q群管家撤回链接,如何防止q群管家撤回,如何防止q群管家撤回链接,q群管家撤回链接怎么办,q群管家会撤回链接,q群管家会撤回链接怎么办,链接被q群管家撤回,链接被q群管家撤回怎么办,防止链接被q群管家撤回,怎么防止链接被q群管家撤回,如何防止链接被q群管家撤回,链接防管家,链接防管家撤回,qqunguanjia,link-anti-qqgj,qqgj,bddjr,半岛的蒟蒻,bandaodejuruo">
<meta name="description" content="还在为Q群管家会撤回链接而感到烦恼?快试试这款工具吧!">
<link rel="icon" href="icon.webp">
<link rel="modulepreload" href="link_anti_qqgj.js">
<script type="module" src="index.js"></script>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="divmain">
<div id="divmain2">
<h1><img class="h1img" src="icon.webp" alt="" /> 链接防Q群管家撤回</h1>
<p class="inputTitle">输入正常的链接:</p>
<input type="text" id="inputlink" class="width_need_js disable_nodrop"
value="https://bddjr.github.io/link-anti-qqgj/" />
<p class="p_need_description">
<input type="checkbox" id="checkbox_need_description" />
<label for="checkbox_need_description">插入介绍</label>
</p>
<p class="inputTitle">介绍标题:</p>
<input type="text" id="inputdescription" class="width_need_js disable_nodrop" value="这是一个防Q群管家撤回的链接"
disabled />
<p class="inputTitle">生成防撤回链接:<button id="btnCopy">复制</button></p>
<textarea type="text" id="outputlink" class="width_need_js disable_nodrop" readonly
autocomplete="off"></textarea>
<p>链接复制后粘贴到浏览器即可正常访问。</p>
<hr />
<p style="text-align: left;">
绕过方案:<br />
<br />
1、将域名或ip的 . 替换为 。<br />
<span class="example_link_noreplace">baidu.com/s?wd=baidu</span><br />
<span class="example_link">baidu。com/s?wd=baidu</span><br />
<br />
2、如果需要带协议头,将协议头的双斜杠改为单斜杠<br />
<span class="example_link_noreplace">https://baidu.com/s?wd=baidu</span><br />
<span class="example_link">https:/baidu。com/s?wd=baidu</span><br />
<br />
3、遇到路径可能被识别为地址的情况,将路径的 . 或 : 的前面或后面换行<br />
<span class="example_link_noreplace">https://baidu.com/s?wd=127.0.0.1</span><br />
<span class="example_link">https:/baidu。com/s?wd=127.0.0<br />
.1</span><br />
或者<br />
<span class="example_link">https:/baidu。com/s?wd=127.0.0.<br />
1</span><br />
<br />
4、需要发送IPv6的链接时,将半角 : 替换成全角 :<br />
<span class="example_link_noreplace">http://[::1]/</span><br />
<span class="example_link">http://[::1]/</span><br />
</p>
<hr />
<footer>
<p>源码:<a href="https://github.com/bddjr/link-anti-qqgj" target="_blank"
rel="noopener">https://github.com/bddjr/link-anti-qqgj</a></p>
</footer>
</div>
</div>
</body>
</html>