-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclient.htm
More file actions
448 lines (431 loc) · 25.6 KB
/
client.htm
File metadata and controls
448 lines (431 loc) · 25.6 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<!doctype html>
<html xml:lang="zh-CN" lang="zh-CN">
<head>
<link rel="canonical" href="https://vpndownload.github.io" />
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>各设备系统科学上网客户端大全,含下载地址 - VPN下载 免费节点订阅中文网</title>
<meta name="keywords" content="科学上网客户端" />
<meta name="description" content="各设备系统科学上网客户端大全,含下载地址 - VPN下载 免费节点订阅中文网" />
<link rel="icon" href="/assets/website/img/clashshare/favicon.ico" type="image/x-icon"/>
<meta name="author" content="VPN下载 免费节点订阅中文网">
<meta property="og:type" content="webpage" />
<meta property="og:url" content="https://vpndownload.github.io" />
<meta property="og:site_name" content="VPN下载 免费节点订阅中文网" />
<meta property="og:title" content="各设备系统科学上网客户端大全,含下载地址 - VPN下载 免费节点订阅中文网" />
<meta property="og:image" content="/assets/website/img/clashshare/favicon.ico" />
<meta property="og:description" content="各设备系统科学上网客户端大全,含下载地址 - VPN下载 免费节点订阅中文网" />
<link href="//fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="/assets/website/css/clashshare/style-starter.css">
<link rel="stylesheet" href="/assets/website/css/G.css" />
<meta name="applicable-device" content="pc,mobile" />
<meta name="renderer" content="webkit" />
<meta name="force-rendering" content="webkit" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta name="robots" content="max-image-preview:large" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="各设备系统科学上网客户端大全,含下载地址 - VPN下载 免费节点订阅中文网">
<meta name="format-detection" content="telephone=no">
<link rel="dns-prefetch" href="https:/www.googletagmanager.com">
<link rel="dns-prefetch" href="https://www.googleadservices.com">
<link rel="dns-prefetch" href="https://www.google-analytics.com">
<link rel="dns-prefetch" href="https://pagead2.googlesyndication.com">
<link rel="dns-prefetch" href="https://cm.g.doubleclick.net">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7FRZVVJHJQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7FRZVVJHJQ');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3332997411212854"
crossorigin="anonymous"></script>
</head>
<body data-page="newly_discovered_nodes">
<!--/header-w3l-->
<div class="header-w3l">
<!-- header -->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg stroke">
<a class="navbar-brand" href="/">
VPN下载每日免费节点 </a>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-lg-auto">
<li class="nav-item">
<a class="nav-link" href="/">首页</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/free-nodes/">免费节点</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/paid-subscribe/">推荐机场</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/news/">新闻资讯</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/client.htm">客户端</a>
</li>
</ul>
</div>
<!-- toggle switch for light and dark theme -->
<div class="mobile-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!-- //header -->
</div>
<!--//header-w3l-->
<!--/w3l-inner-page-breadcrumb-->
<section class="w3l-inner-page-breadcrumb">
<div class="breadcrumb-bg py-5">
<div class="container pt-lg-5 pt-md-3 p-lg-4 pb-md-3 my-lg-3">
<h2 class="title pt-5">各设备系统科学上网客户端,含下载地址</h2>
<ul class="breadcrumbs-custom-path mt-3 text-center">
<li><a href="/">首页</a></li>
<li class="active"><span class="fa fa-arrow-right mx-2" aria-hidden="true"></span> 各设备系统科学上网客户端,含下载地址</li>
</ul>
</div>
</div>
</section>
<!-- /w3l-content-2-->
<div class="w3l-content-2 py-5">
<div class="container">
<div class="row">
<div class="col-md-9">
<div id="detail-box">
<table class="table table-bordered">
<thead>
<tr>
<th>工具</th>
<th>Windows</th>
<th>MacOS</th>
<th>Android</th>
<th>IOS</th>
<th align="left">备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>Shadowsocks</td>
<td><a href="https://github.com/shadowsocks/shadowsocks-windows/releases">shadowsocks-win</a> <br><a href="https://github.com/shadowsocks/shadowsocks-qt5/releases">shadowsocks-qt5</a> <br> <a href="https://github.com/TheCGDF/SSD-Windows/releases">SSD</a></td>
<td><a href="https://github.com/shadowsocks/ShadowsocksX-NG/releases">ShadowsocksX-NG</a> <br> <a href="https://nssurge.com/" rel="nofollow">Surge</a></td>
<td><a href="https://play.google.com/store/apps/details?id=com.github.shadowsocks" rel="nofollow">Google Play</a> <br><a href="https://github.com/shadowsocks/shadowsocks-android/releases">Github</a> <br><a href="https://github.com/TheCGDF/SSD-Android/releases">SSD</a> <br><a href="https://manual.getsurfboard.com/" rel="nofollow">Surfboard</a></td>
<td><strong><a href="https://apps.apple.com/us/app/id932747118" rel="nofollow">Shadowrocket</a></strong> <br><strong><a href="https://apps.apple.com/us/app/id1442620678" rel="nofollow">Surge4</a></strong> <br><a href="http://apt.thebigboss.org/onepackage.php?bundleid=com.linusyang.shadowsocks" rel="nofollow">ShadowSocks</a> <br><strong><a href="https://apps.apple.com/us/app/id1443988620" rel="nofollow">QuantumultX</a></strong></td>
<td align="left">IOS工具下载需要用美区的AppleID</td>
</tr>
<tr>
<td>ShadowsocksR</td>
<td><a href="https://github.com/shadowsocksrr/shadowsocksr-csharp/releases">SSR</a> <br><strong><a href="https://github.com/HMBSbige/ShadowsocksR-Windows/releases">HMBSbige/SSR</a></strong></td>
<td></td>
<td><strong><a href="https://github.com/shadowsocksrr/shadowsocksr-android/releases">SSRR</a></strong></td>
<td></td>
<td align="left"></td>
</tr>
<tr>
<td>QV2ray</td>
<td><strong><a href="https://github.com/Qv2ray/Qv2ray/releases">Qv2ray</a></strong></td>
<td><strong><a href="https://github.com/Qv2ray/Qv2ray/releases">Qv2ray</a></strong></td>
<td></td>
<td></td>
<td align="left"><a href="https://qv2ray.net/" rel="nofollow">官网</a></td>
</tr>
<tr>
<td>V2ray</td>
<td><a href="https://github.com/2dust/v2rayN/releases">V2rayN</a></td>
<td><a href="https://github.com/yanue/V2rayU/releases">V2rayU</a> <br><a href="https://github.com/Cenmrev/V2RayX/releases">V2rayX</a></td>
<td><a href="https://github.com/2dust/v2rayNG/releases">V2rayNG</a> <br><a href="https://github.com/V2Ray-Android/Actinium/releases">Actinium</a> <br><a href="https://play.google.com/store/apps/details?id=com.github.dawndiy.bifrostv" rel="nofollow">BifrostV</a></td>
<td><a href="https://apps.apple.com/us/app/kitsunebi-proxy-utility/id1446584073" rel="nofollow">kitsunebi</a></td>
<td align="left"><a href="https://www.v2ray.com/" rel="nofollow">官网</a></td>
</tr>
<tr>
<td>Outline</td>
<td><a href="https://github.com/Jigsaw-Code/outline-client/releases">Outline</a></td>
<td><a href="https://github.com/Jigsaw-Code/outline-client/releases">Outline</a></td>
<td><a href="https://github.com/Jigsaw-Code/outline-client/releases">Outline</a></td>
<td><a href="https://github.com/Jigsaw-Code/outline-client/releases">Outline</a></td>
<td align="left"></td>
</tr>
<tr>
<td>Netch</td>
<td><a href="https://github.com/NetchX/Netch/releases">Netch</a></td>
<td></td>
<td></td>
<td></td>
<td align="left"></td>
</tr>
<tr>
<td>SSCap</td>
<td><a href="https://www.sockscap64.com/forums/topic/sscap%E9%85%8D%E7%BD%AE%E6%95%99%E7%A8%8B/" rel="nofollow">SSCap4.0</a></td>
<td></td>
<td></td>
<td></td>
<td align="left"></td>
</tr>
<tr>
<td>SSTap</td>
<td><a href="https://github.com/mayunbaba2/SSTap-beta-setup">SSTap 1.0.9.7</a></td>
<td></td>
<td></td>
<td></td>
<td align="left"></td>
</tr>
<tr>
<td>Sockscap64</td>
<td><a href="https://www.sockscap64.com/sockscap-64-free-download-zh-hans/" rel="nofollow">Sockscap64</a></td>
<td></td>
<td></td>
<td></td>
<td align="left"></td>
</tr>
<tr>
<td>Brook</td>
<td><a href="https://github.com/txthinking/brook/releases">Brook</a></td>
<td><a href="https://github.com/txthinking/brook/releases">Brook</a></td>
<td><a href="https://github.com/txthinking/brook/releases">Brook</a></td>
<td><a href="https://github.com/txthinking/brook/releases">Brook</a></td>
<td align="left"></td>
</tr>
<tr>
<td>Clash</td>
<td><strong><a href="https://github.com/Fndroid/clash_for_windows_pkg/releases">Clash</a></strong><br><a href="https://github.com/ClashDotNetFramework/ClashDotNetFramework/releases">ClashDotNet</a><br><a href="https://github.com/SpongeNobody/Clashy/releases">Clashy</a><br><a href="https://github.com/ysc3839/ClashXW/releases">ClashXW</a><br><a href="https://github.com/MetaCubeX/Clash.Mini/releases">ClashMini</a></td>
<td><strong><a href="https://install.appcenter.ms/users/clashx/apps/clashx-pro/distribution_groups/public" rel="nofollow">ClashX Pro</a></strong><br><strong><a href="https://github.com/yichengchen/clashX/releases">ClashX</a></strong><br><a href="https://github.com/SpongeNobody/Clashy/releases">Clashy</a></td>
<td><a href="https://github.com/Kr328/ClashForAndroid/releases">Clash</a> <strong><a href="https://github.com/BROBIRD/ClashForAndroid/releases">ClashR</a></strong></td>
<td></td>
<td align="left"><a href="https://docs.cfw.lbyczf.com/" rel="nofollow">ClashR文档</a></td>
</tr>
<tr>
<td>trojan</td>
<td><a href="https://github.com/trojan-gfw/trojan/releases">trojan</a></td>
<td><a href="https://github.com/trojan-gfw/trojan/releases">trojan</a></td>
<td><a href="https://github.com/trojan-gfw/igniter/releases">trojan</a></td>
<td></td>
<td align="left"></td>
</tr>
<tr>
<td>WireGuard</td>
<td><a href="https://www.wireguard.com/install/" rel="nofollow">WireGuard</a></td>
<td><a href="https://www.wireguard.com/install/" rel="nofollow">WireGuard</a></td>
<td><a href="https://play.google.com/store/apps/details?id=com.wireguard.android" rel="nofollow">WireGuard</a></td>
<td></td>
<td align="left"></td>
</tr>
<tr>
<td>lantern</td>
<td><a href="https://getlantern.org/" rel="nofollow">lantern</a></td>
<td><a href="https://getlantern.org/" rel="nofollow">lantern</a></td>
<td><a href="https://getlantern.org/" rel="nofollow">lantern</a></td>
<td></td>
<td align="left"></td>
</tr>
<tr>
<td>Tor Browser</td>
<td><a href="https://www.torproject.org/download/" rel="nofollow">Tor Browser</a></td>
<td><a href="https://www.torproject.org/download/" rel="nofollow">Tor Browser</a></td>
<td><a href="https://www.torproject.org/download/" rel="nofollow">Tor Browser</a></td>
<td></td>
<td align="left"><a href="https://www.torproject.org/" rel="nofollow">官网</a></td>
</tr>
<tr>
<td>无界浏览</td>
<td><a href="http://www.wujieliulan.com/news.php" rel="nofollow">无界浏览</a></td>
<td></td>
<td><a href="http://www.wujieliulan.com/news.php" rel="nofollow">无界浏览</a></td>
<td></td>
<td align="left"></td>
</tr>
<tr>
<td>自由門</td>
<td><a href="https://git.io/fgp" rel="nofollow">自由門</a></td>
<td></td>
<td><a href="https://git.io/fgma" rel="nofollow">自由門</a></td>
<td></td>
<td align="left"></td>
</tr>
<tr>
<td>赛风</td>
<td><a href="https://psiphon3.com/zh/download.html" rel="nofollow">psiphon3</a></td>
<td></td>
<td><a href="https://play.google.com/store/apps/details?id=com.psiphon3.subscription" rel="nofollow">Psiphon Pro</a></td>
<td><a href="https://itunes.apple.com/us/app/psiphon/id1276263909?ls=1&mt=8" rel="nofollow">Psiphon</a></td>
<td align="left"><a href="https://psiphon3.com/zh/user-guide.html" rel="nofollow">用户指南</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">热门文章</h3>
</div>
<div class="panel-body">
<ul class="p-0 x-0" style="list-style: none;margin: 0;padding: 0;">
<li class="py-2"><a href="/free-nodes/2026-4-18-node-share-links.htm" title="VPN下载 | 4月18日20M/S|免费SSR节点/Clash节点/Shadowrocket节点/V2ray节点/Trojan节点/Singbox节点免费节点地址">VPN下载 | 4月18日20M/S|免费SSR节点/Clash节点/Shadowrocket节点/V2ray节点/Trojan节点/Singbox节点免费节点地址</a></li>
<li class="py-2"><a href="/free-nodes/2026-4-22-vpn-proxy.htm" title="VPN下载 | 4月22日18.1M/S|免费Singbox节点/SSR节点/Clash节点/Trojan节点/Shadowrocket节点/V2ray节点免费节点地址">VPN下载 | 4月22日18.1M/S|免费Singbox节点/SSR节点/Clash节点/Trojan节点/Shadowrocket节点/V2ray节点免费节点地址</a></li>
<li class="py-2"><a href="/free-nodes/2026-4-15-share-vpn.htm" title="VPN下载 | 4月15日19.2M/S|免费Shadowrocket节点/V2ray节点/Clash节点/Trojan节点/Singbox节点/SSR节点免费节点地址">VPN下载 | 4月15日19.2M/S|免费Shadowrocket节点/V2ray节点/Clash节点/Trojan节点/Singbox节点/SSR节点免费节点地址</a></li>
<li class="py-2"><a href="/free-nodes/2026-5-5-node-share.htm" title="VPN下载 | 5月5日19.1M/S|免费SSR节点/Trojan节点/Clash节点/V2ray节点/Shadowrocket节点/Singbox节点免费节点地址">VPN下载 | 5月5日19.1M/S|免费SSR节点/Trojan节点/Clash节点/V2ray节点/Shadowrocket节点/Singbox节点免费节点地址</a></li>
<li class="py-2"><a href="/free-nodes/2026-4-13-top-vpn-node.htm" title="VPN下载 | 4月13日21.6M/S|免费Trojan节点/Singbox节点/V2ray节点/Clash节点/Shadowrocket节点/SSR节点免费节点地址">VPN下载 | 4月13日21.6M/S|免费Trojan节点/Singbox节点/V2ray节点/Clash节点/Shadowrocket节点/SSR节点免费节点地址</a></li>
<li class="py-2"><a href="/free-nodes/2026-5-7-share-vpn.htm" title="VPN下载 | 5月7日21.6M/S|免费V2ray节点/Singbox节点/SSR节点/Trojan节点/Clash节点/Shadowrocket节点免费节点地址">VPN下载 | 5月7日21.6M/S|免费V2ray节点/Singbox节点/SSR节点/Trojan节点/Clash节点/Shadowrocket节点免费节点地址</a></li>
<li class="py-2"><a href="/free-nodes/2026-4-12-vpn-node.htm" title="VPN下载 | 4月12日20.9M/S|免费Shadowrocket节点/Trojan节点/V2ray节点/SSR节点/Singbox节点/Clash节点免费节点地址">VPN下载 | 4月12日20.9M/S|免费Shadowrocket节点/Trojan节点/V2ray节点/SSR节点/Singbox节点/Clash节点免费节点地址</a></li>
<li class="py-2"><a href="/free-nodes/2026-4-17-free-vpn.htm" title="VPN下载 | 4月17日19.9M/S|免费Trojan节点/Shadowrocket节点/Singbox节点/Clash节点/V2ray节点/SSR节点免费节点地址">VPN下载 | 4月17日19.9M/S|免费Trojan节点/Shadowrocket节点/Singbox节点/Clash节点/V2ray节点/SSR节点免费节点地址</a></li>
<li class="py-2"><a href="/free-nodes/2026-5-8-top-vpn-node.htm" title="VPN下载 | 5月8日20.2M/S|免费Clash节点/Trojan节点/Singbox节点/Shadowrocket节点/V2ray节点/SSR节点免费节点地址">VPN下载 | 5月8日20.2M/S|免费Clash节点/Trojan节点/Singbox节点/Shadowrocket节点/V2ray节点/SSR节点免费节点地址</a></li>
<li class="py-2"><a href="/free-nodes/2026-5-4-free-node-subscribe-links.htm" title="VPN下载 | 5月4日20.4M/S|免费Singbox节点/V2ray节点/Shadowrocket节点/Clash节点/SSR节点/Trojan节点免费节点地址">VPN下载 | 5月4日20.4M/S|免费Singbox节点/V2ray节点/Shadowrocket节点/Clash节点/SSR节点/Trojan节点免费节点地址</a></li>
</ul>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">归纳</h3>
</div>
<div class="panel-body">
<ul class="p-0 x-0" style="list-style: none;margin: 0;padding: 0;">
<li class="py-2">
<h4><span class="badge" style="float: right;">14</span> <a href="/date/2026-05/" title="2026-05 归档">2026-05</a></h4>
</li>
<li class="py-2">
<h4><span class="badge" style="float: right;">19</span> <a href="/date/2026-04/" title="2026-04 归档">2026-04</a></h4>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //w3l-content-2-->
<!-- footer -->
<footer class="w3l-footer-29-main">
<!-- copyright -->
<section class="w3l-copyright">
<div class="container">
<div class="row bottom-copies">
<p class="col-lg-8 copy-footer-29">
<p>本站内容仅供学习与技术研究用途,无意传播或倡导任何违反法律法规的行为。在此声明:用户须自行了解所在地法律法规,合法合规使用;因使用不当产生的法律责任,与本站及作者无关;请在使用前仔细阅读本声明,继续使用即视为同意以上条款。</p>
<p>
<a href="/">首页</a> |
<a href="/free-nodes/">免费节点</a> |
<a href="/paid-subscribe/">推荐机场</a> |
<a href="/news/">新闻资讯</a> |
<a href="/client.htm">客户端</a> |
<a href="/about-us.htm">关于我们</a> |
<a href="/disclaimer.htm">免责申明</a> |
<a href="/privacy.htm">隐私申明</a> |
<a href="/sitemap.xml">网站地图</a>
</p>
VPN下载 免费节点订阅中文网 版权所有 Powered by WordPress
</p>
<div class="col-lg-4 footer-list-29">
<ul class="d-flex text-lg-right">
<li class="mx-lg-5 mx-md-4 mx-3"><a href="#">Privacy Policy</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
⤴
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
</footer>
<!--//footer-->
<!-- Template JavaScript -->
<script src="/assets/website/js/frontend/clashshare/jquery-3.5.1.min.js"></script>
<script src="/assets/website/js/frontend/clashshare/theme-change.js"></script>
<!-- disable body scroll which navbar is in active -->
<script>
$(function() {
$('.navbar-toggler').click(function() {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- disable body scroll which navbar is in active -->
<!--/MENU-JS-->
<script>
$(window).on("scroll", function() {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function() {
$("header").toggleClass("active");
});
$(document).on("ready", function() {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function() {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!--//MENU-JS-->
<script src="/assets/website/js/frontend/clashshare/bootstrap.min.js"></script>
<script src="https://www.freeclashnode.com/assets/js/frontend/invite-url.js"></script><script src="/assets/website/js/frontend/G.js"></script>
<script>
$(function() {
$('.js_to').click(function() {
var url = $(this).data('url');
var code = $(this).data('code');
url += code;
window.open(url);
})
});
</script>
</body>
</html>