-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (79 loc) · 2.96 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
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My Custom Filters List</title>
<link rel="stylesheet" href="./-data/static/style.css">
</head>
<body>
<script>
function copyText() {
navigator.clipboard.writeText("https://vuongvan.github.io/adguard/filters.txt");
}
function wiseplay() {
navigator.clipboard.writeText("https://vuongvan.github.io/adguard/filters.txt");
}
</script>
<div class="wrapper">
<header>
<h1><a href="https://github.com/vuongvan/adguard/">Filters List</a></h1>
</header>
<section>
<h1 id="start"><strong><em>Safeguard your device(s) against pesky ads, trackers, and malware.</em></strong><br></h1>
<p align="center">
<img src="https://img.shields.io/github/repo-size/vuongvan/adguard?logo=adblock&style=plastic" alt="repo size">
<img src="https://img.shields.io/github/commit-activity/w/vuongvan/adguard?logo=adblock&style=plastic" alt="commit activity">
<img src="https://badgen.net/github/last-commit/vuongvan/adguard?label=Updated&cache=0&color=purple&icon=github" alt="last commit">
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fvuongvan%2Fadguard_fGHyh&count_bg=%234572CD&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=views%3A+%28today%2FTotal%29&edge_flat=false"/>
</p>
<p><h3 align="center"><id="mini"><strong><ins>Filters List</ins></strong></h3></p>
<p><table align="center"></p>
<p><thead></p>
<p><tr></p>
<p><th>Name</th></p>
<p><th>Link</th></p>
<p><th>Other</th></p>
</tr>
</thead></p>
<p><tbody></p>
<p><tr></p>
<p><td>uBlock</td></p>
<p><td><a href="https://vuongvan.github.io/adguard/filters.txt">view</a></td></p>
<p><td><button onclick="copyText()">Copy</button></td></p>
</tbody>
<tbody>
</tr></p>
<p><tr></p>
<p><td>Wiseplay</td></p>
<p><td><a href="https://vuongvan.github.io/adguard/wiseplay.w3u">view</a></td></p>
<p><td><button onclick="wiseplay()">Copy</button></td></p>
</tr></p>
</tbody>
<tbody>
</tr></p>
<p><tr></p>
<p><td>melonDS</td></p>
<p><td><a href="https://nightly.link/vuongvan/melonDS/workflows/build-windows/master/melonDS-windows-x86_64.zip">Download</a></td></p>
</tr></p>
</tbody>
<tbody>
</tr></p>
<p><tr></p>
<p><td>melonDS-androd</td></p>
<p><td><a href="https://nightly.link/vuongvan/melonDS-android/workflows/main/master/melonDS-android.zip">Download</a></td></p>
</tr></p>
</tbody>
</table>
<br>
<br></p>
<br>
</section>
<footer>
<p style="text-align:center;"> Maintained with ❤ by <a href="https://github.com/vuongvan">vuongvan</a></p>
</footer>
</div>
<script src="./-data/static/scale.fix.js"></script>
</body>
</html>