dev3Masud commited on
Commit
3e88872
·
verified ·
1 Parent(s): 81526ca

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -65,3 +65,18 @@ categories/tracking.txt filter=lfs diff=lfs merge=lfs -text
65
  master/adblock.txt filter=lfs diff=lfs merge=lfs -text
66
  master/domains.txt filter=lfs diff=lfs merge=lfs -text
67
  master/hosts.txt filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  master/adblock.txt filter=lfs diff=lfs merge=lfs -text
66
  master/domains.txt filter=lfs diff=lfs merge=lfs -text
67
  master/hosts.txt filter=lfs diff=lfs merge=lfs -text
68
+ variants/adblock/adblock.txt filter=lfs diff=lfs merge=lfs -text
69
+ variants/adblock/domains.txt filter=lfs diff=lfs merge=lfs -text
70
+ variants/adblock/hosts.txt filter=lfs diff=lfs merge=lfs -text
71
+ variants/high/adblock.txt filter=lfs diff=lfs merge=lfs -text
72
+ variants/high/domains.txt filter=lfs diff=lfs merge=lfs -text
73
+ variants/high/hosts.txt filter=lfs diff=lfs merge=lfs -text
74
+ variants/lite/adblock.txt filter=lfs diff=lfs merge=lfs -text
75
+ variants/lite/domains.txt filter=lfs diff=lfs merge=lfs -text
76
+ variants/lite/hosts.txt filter=lfs diff=lfs merge=lfs -text
77
+ variants/medium/adblock.txt filter=lfs diff=lfs merge=lfs -text
78
+ variants/medium/domains.txt filter=lfs diff=lfs merge=lfs -text
79
+ variants/medium/hosts.txt filter=lfs diff=lfs merge=lfs -text
80
+ variants/nsfw/adblock.txt filter=lfs diff=lfs merge=lfs -text
81
+ variants/nsfw/domains.txt filter=lfs diff=lfs merge=lfs -text
82
+ variants/nsfw/hosts.txt filter=lfs diff=lfs merge=lfs -text
variants/adblock/README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🛡️ blackList - Adblock Variant
2
+
3
+ This directory contains the compiled **adblock** blocklist.
4
+
5
+ * **Status**: Active
6
+ * **Total blocked domains**: `3,954,901`
7
+ * **Target audience**: Optimized ruleset formatted for browser extensions (uBlock Origin, AdGuard). Supports cosmetic and network blocking.
8
+
9
+ ---
10
+
11
+ ## 📦 Blocked Categories & Domain Types
12
+
13
+ This configuration contains lists designed to block the following domain categories:
14
+
15
+ | Category | Blocked Domains | Description |
16
+ | -------- | --------------- | ----------- |
17
+ | 🔴 **Malware Sites** | `1,780,470` | Command & control servers, distribution endpoints, ransomware, and spyware platforms. |
18
+ | 🔴 **Phishing Pages** | `120,538` | Fraudulent login pages, credential harvesting forms, and identity spoofing sites. |
19
+ | 🔴 **Cryptomining** | `297` | Cryptojacking scripts, browser miners, and pool connection endpoints. |
20
+ | 🔴 **Advertising Domains** | `564,427` | Ad delivery networks, promotional servers, and banner scripting endpoints. |
21
+ | 🔴 **Tracking & Telemetry** | `718,193` | Analytics scripts, user profiling telemetry, and commercial data harvesting domains. |
22
+ | 🔴 **Spam & Scam Domains** | `24,121` | Malicious email redirectors, lottery scam landing pages, and deceptive bulk sites. |
23
+ | 🔴 **Dating Portals** | `1,333` | Matchmaking platforms, hookup sites, and related relationship portals. |
24
+ | 🔴 **Social Tracking** | `24,625` | Social networking trackers, widgets, and domain collectors that profile user browsing. |
25
+ | 🔴 **Gambling & Casinos** | `349,509` | Online betting sites, slot machines, lottery portals, and digital casinos. |
26
+ | 🔴 **Torrent & P2P** | `34,117` | BitTorrent trackers, magnet index sites, piracy portals, and peer communication networks. |
27
+ | 🔴 **Scrapers & Crawlers** | `0` | Suspicious automated scraper bots, web scanner networks, and scraping systems. |
28
+ | 🔴 **NSFW (Adult) Content** | `1,017,006` | Pornography, adult video portals, online dating platforms, and age-restricted domains. |
29
+
30
+ ---
31
+
32
+ ## 🚀 How to Use
33
+
34
+ Select your preferred format below to load into your adblocker:
35
+
36
+ | Format | File Link | Description |
37
+ | ------ | --------- | ----------- |
38
+ | **Domains List** | [domains.txt](domains.txt) | Pure list of domains (best for custom scripts) |
39
+ | **Hosts Format** | [hosts.txt](hosts.txt) | Standard hosts file (0.0.0.0 format) |
40
+ | **Adblock Syntax** | [adblock.txt](adblock.txt) | Wildcard syntax (`||domain.com^`) |
41
+
42
+ ---
43
+
44
+ ## ⚙️ Setup Instructions
45
+
46
+ ### 1. Pi-hole (DNS Resolver)
47
+ 1. Copy the raw link to the **`domains.txt`** file above.
48
+ 2. Go to your Pi-hole admin panel.
49
+ 3. Navigate to **Group Management** -> **Adlists**.
50
+ 4. Paste the URL and click **Add**.
51
+
52
+ ### 2. AdGuard Home
53
+ 1. Copy the raw link to the **`hosts.txt`** file above.
54
+ 2. Go to AdGuard Home -> **Filters** -> **DNS blocklists**.
55
+ 3. Click **Add blocklist** -> **Add custom list**.
56
+ 4. Paste the URL and save.
57
+
58
+ ### 3. Browser Adblockers (uBlock Origin / AdGuard Extension)
59
+ 1. Copy the raw link to the **`adblock.txt`** file above.
60
+ 2. Open your extension settings page.
61
+ 3. Go to the **Filter Lists** tab.
62
+ 4. Scroll to the bottom, check **Import**, paste the URL, and click **Apply changes**.
63
+
64
+ ---
65
+ *Maintained and auto-updated daily by the [blackList pipeline](https://github.com/dev3Masud/blackList).*
variants/adblock/adblock.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d6f85bf046f27fc29087394a24ec3445e7639df9b0c32885577ebb39f49c2ce
3
+ size 83117101
variants/adblock/domains.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a065005b6a23bb584b5708f404901e55a4b32191cd2a413b6151cd29a5214bef
3
+ size 71252380
variants/adblock/hosts.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39ea2588fa7db92ccdee6de193471f0340deb9cf45cbf29cf9c03835a3bac2b5
3
+ size 102891604
variants/adblock/index.html ADDED
@@ -0,0 +1,601 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>blackList - Adblock Variant</title>
7
+ <style>
8
+ @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap');
9
+
10
+ :root {
11
+ --font-sans: 'Plus Jakarta Sans', sans-serif;
12
+ --font-mono: 'JetBrains Mono', monospace;
13
+ --bg-primary: #08090d;
14
+ --bg-secondary: #0f111a;
15
+ --accent-primary: #4f46e5;
16
+ --accent-secondary: #06b6d4;
17
+ --success-color: #10b981;
18
+ --danger-color: #f43f5e;
19
+ --glass-bg: rgba(15, 17, 26, 0.55);
20
+ --glass-border: rgba(255, 255, 255, 0.06);
21
+ --glass-border-hover: rgba(255, 255, 255, 0.12);
22
+ --text-primary: #f8fafc;
23
+ --text-secondary: #94a3b8;
24
+ --text-muted: #64748b;
25
+ }
26
+
27
+ * { box-sizing: border-box; margin: 0; padding: 0; }
28
+
29
+ body {
30
+ background-color: var(--bg-primary);
31
+ color: var(--text-primary);
32
+ font-family: var(--font-sans);
33
+ min-height: 100vh;
34
+ line-height: 1.6;
35
+ display: flex;
36
+ flex-direction: column;
37
+ align-items: center;
38
+ padding: 3rem 1.5rem;
39
+ overflow-x: hidden;
40
+ }
41
+
42
+ /* Glowing Backdrop */
43
+ .bg-glow {
44
+ position: fixed;
45
+ top: 0;
46
+ left: 0;
47
+ width: 100vw;
48
+ height: 100vh;
49
+ z-index: -1;
50
+ overflow: hidden;
51
+ pointer-events: none;
52
+ }
53
+
54
+ .blob {
55
+ position: absolute;
56
+ width: 500px;
57
+ height: 500px;
58
+ border-radius: 50%;
59
+ filter: blur(130px);
60
+ opacity: 0.1;
61
+ }
62
+
63
+ .blob-1 {
64
+ top: -10%;
65
+ right: 10%;
66
+ background: var(--accent-primary);
67
+ }
68
+
69
+ .blob-2 {
70
+ bottom: -10%;
71
+ left: 10%;
72
+ background: var(--accent-secondary);
73
+ }
74
+
75
+ .container {
76
+ max-width: 800px;
77
+ width: 100%;
78
+ }
79
+
80
+ /* Back link */
81
+ .back-link {
82
+ display: inline-flex;
83
+ align-items: center;
84
+ gap: 0.5rem;
85
+ color: var(--text-secondary);
86
+ text-decoration: none;
87
+ font-weight: 600;
88
+ font-size: 0.9rem;
89
+ margin-bottom: 1.5rem;
90
+ transition: all 0.2s ease;
91
+ }
92
+
93
+ .back-link:hover {
94
+ color: var(--text-primary);
95
+ transform: translateX(-4px);
96
+ }
97
+
98
+ /* Glass Card layout */
99
+ .glass-card {
100
+ background: var(--glass-bg);
101
+ border: 1px solid var(--glass-border);
102
+ border-radius: 20px;
103
+ padding: 2.5rem;
104
+ backdrop-filter: blur(16px);
105
+ -webkit-backdrop-filter: blur(16px);
106
+ box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
107
+ margin-bottom: 2rem;
108
+ }
109
+
110
+ h1 {
111
+ font-size: 2.25rem;
112
+ font-weight: 800;
113
+ letter-spacing: -0.5px;
114
+ margin-bottom: 0.5rem;
115
+ background: linear-gradient(135deg, var(--text-primary) 30%, var(--accent-secondary) 100%);
116
+ -webkit-background-clip: text;
117
+ -webkit-text-fill-color: transparent;
118
+ }
119
+
120
+ .meta-list {
121
+ list-style: none;
122
+ margin: 1.5rem 0;
123
+ padding: 0;
124
+ display: flex;
125
+ flex-direction: column;
126
+ gap: 0.5rem;
127
+ }
128
+
129
+ .meta-list li {
130
+ display: flex;
131
+ align-items: center;
132
+ gap: 0.5rem;
133
+ color: var(--text-secondary);
134
+ font-size: 0.95rem;
135
+ }
136
+
137
+ .meta-list strong {
138
+ color: var(--text-primary);
139
+ }
140
+
141
+ .badge {
142
+ background: rgba(16, 185, 129, 0.08);
143
+ border: 1px solid rgba(16, 185, 129, 0.28);
144
+ color: var(--success-color);
145
+ padding: 0.15rem 0.6rem;
146
+ border-radius: 20px;
147
+ font-size: 0.78rem;
148
+ font-weight: 700;
149
+ letter-spacing: 0.5px;
150
+ }
151
+
152
+ .desc {
153
+ color: var(--text-secondary);
154
+ margin-bottom: 2rem;
155
+ }
156
+
157
+ h2 {
158
+ font-size: 1.4rem;
159
+ font-weight: 700;
160
+ margin: 2.5rem 0 1rem;
161
+ border-bottom: 1px solid var(--glass-border);
162
+ padding-bottom: 0.5rem;
163
+ }
164
+
165
+ /* Category lists */
166
+ .category-list {
167
+ display: grid;
168
+ grid-template-columns: 1fr;
169
+ gap: 1rem;
170
+ margin: 1.5rem 0;
171
+ }
172
+ @media (min-width: 600px) {
173
+ .category-list {
174
+ grid-template-columns: 1fr 1fr;
175
+ }
176
+ }
177
+ .category-item {
178
+ background: rgba(255, 255, 255, 0.02);
179
+ border: 1px solid var(--glass-border);
180
+ border-radius: 12px;
181
+ padding: 1.1rem;
182
+ display: flex;
183
+ flex-direction: column;
184
+ gap: 0.4rem;
185
+ transition: all 0.3s ease;
186
+ }
187
+ .category-item:hover {
188
+ background: rgba(255, 255, 255, 0.04);
189
+ border-color: var(--accent-secondary);
190
+ }
191
+ .category-tag {
192
+ font-weight: 700;
193
+ color: var(--text-primary);
194
+ font-size: 0.95rem;
195
+ display: inline-flex;
196
+ align-items: center;
197
+ gap: 6px;
198
+ }
199
+ .category-desc {
200
+ color: var(--text-secondary);
201
+ font-size: 0.85rem;
202
+ }
203
+
204
+ /* Downloads Table */
205
+ table {
206
+ width: 100%;
207
+ border-collapse: collapse;
208
+ margin: 1rem 0;
209
+ border: 1px solid var(--glass-border);
210
+ border-radius: 12px;
211
+ overflow: hidden;
212
+ background: rgba(10, 11, 16, 0.3);
213
+ }
214
+
215
+ th, td {
216
+ padding: 1rem;
217
+ text-align: left;
218
+ border-bottom: 1px solid var(--glass-border);
219
+ }
220
+
221
+ th {
222
+ background: rgba(0, 0, 0, 0.2);
223
+ color: var(--text-secondary);
224
+ font-size: 0.8rem;
225
+ text-transform: uppercase;
226
+ font-weight: 700;
227
+ letter-spacing: 0.5px;
228
+ }
229
+
230
+ td {
231
+ font-size: 0.95rem;
232
+ }
233
+
234
+ .file-name {
235
+ font-weight: 700;
236
+ font-family: var(--font-mono);
237
+ color: var(--accent-secondary);
238
+ }
239
+
240
+ /* Copy Button & Icons */
241
+ .action-row {
242
+ display: flex;
243
+ gap: 0.5rem;
244
+ }
245
+
246
+ .btn-icon {
247
+ background: rgba(255, 255, 255, 0.03);
248
+ border: 1px solid var(--glass-border);
249
+ color: var(--text-secondary);
250
+ width: 34px;
251
+ height: 34px;
252
+ border-radius: 8px;
253
+ cursor: pointer;
254
+ display: inline-flex;
255
+ justify-content: center;
256
+ align-items: center;
257
+ transition: all 0.2s ease;
258
+ text-decoration: none;
259
+ }
260
+
261
+ .btn-icon:hover {
262
+ background: rgba(255, 255, 255, 0.08);
263
+ border-color: var(--glass-border-hover);
264
+ color: var(--text-primary);
265
+ }
266
+
267
+ .copy-success {
268
+ background: rgba(16, 185, 129, 0.08) !important;
269
+ color: var(--success-color) !important;
270
+ border-color: var(--success-color) !important;
271
+ }
272
+
273
+ /* Setup/Config Info */
274
+ .setup-desc {
275
+ color: var(--text-secondary);
276
+ font-size: 0.95rem;
277
+ margin-bottom: 1.5rem;
278
+ }
279
+
280
+ /* Instructions formatting */
281
+ ol {
282
+ margin: 1rem 0 1.5rem 1.5rem;
283
+ display: flex;
284
+ flex-direction: column;
285
+ gap: 0.5rem;
286
+ }
287
+
288
+ li {
289
+ font-size: 0.95rem;
290
+ color: var(--text-secondary);
291
+ }
292
+
293
+ code {
294
+ font-family: var(--font-mono);
295
+ background: rgba(255, 255, 255, 0.05);
296
+ padding: 0.1rem 0.3rem;
297
+ border-radius: 4px;
298
+ font-size: 0.9rem;
299
+ color: var(--text-primary);
300
+ }
301
+
302
+ footer {
303
+ margin-top: 5rem;
304
+ text-align: center;
305
+ color: var(--text-muted);
306
+ font-size: 0.85rem;
307
+ border-top: 1px solid var(--glass-border);
308
+ padding-top: 2rem;
309
+ }
310
+
311
+ footer a {
312
+ color: var(--accent-secondary);
313
+ text-decoration: none;
314
+ }
315
+ </style>
316
+ </head>
317
+ <body>
318
+
319
+ <div class="bg-glow" aria-hidden="true">
320
+ <div class="blob blob-1"></div>
321
+ <div class="blob blob-2"></div>
322
+ </div>
323
+
324
+ <div class="container">
325
+
326
+ <a href="../../" class="back-link">
327
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>
328
+ <span>Back to Registry</span>
329
+ </a>
330
+
331
+ <main class="glass-card">
332
+ <h1>🛡️ blackList - Adblock Variant</h1>
333
+
334
+ <ul class="meta-list">
335
+ <li>Status: <span class="badge">ACTIVE</span></li>
336
+ <li>Blocked Domains: <strong>3,954,901</strong></li>
337
+ </ul>
338
+
339
+ <p class="desc">Optimized ruleset formatted for browser extensions (uBlock Origin, AdGuard). Supports cosmetic and network blocking.</p>
340
+
341
+ <h2>📦 Blocked Categories & Domain Types</h2>
342
+ <div class="category-list">
343
+
344
+ <div class="category-item">
345
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
346
+ <span class="category-tag">
347
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
348
+ Malware Sites
349
+ </span>
350
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
351
+ 1,780,470
352
+ </span>
353
+ </div>
354
+ <span class="category-desc">Command & control servers, distribution endpoints, ransomware, and spyware platforms.</span>
355
+ </div>
356
+ <div class="category-item">
357
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
358
+ <span class="category-tag">
359
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
360
+ Phishing Pages
361
+ </span>
362
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
363
+ 120,538
364
+ </span>
365
+ </div>
366
+ <span class="category-desc">Fraudulent login pages, credential harvesting forms, and identity spoofing sites.</span>
367
+ </div>
368
+ <div class="category-item">
369
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
370
+ <span class="category-tag">
371
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
372
+ Cryptomining
373
+ </span>
374
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
375
+ 297
376
+ </span>
377
+ </div>
378
+ <span class="category-desc">Cryptojacking scripts, browser miners, and pool connection endpoints.</span>
379
+ </div>
380
+ <div class="category-item">
381
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
382
+ <span class="category-tag">
383
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
384
+ Advertising Domains
385
+ </span>
386
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
387
+ 564,427
388
+ </span>
389
+ </div>
390
+ <span class="category-desc">Ad delivery networks, promotional servers, and banner scripting endpoints.</span>
391
+ </div>
392
+ <div class="category-item">
393
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
394
+ <span class="category-tag">
395
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
396
+ Tracking & Telemetry
397
+ </span>
398
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
399
+ 718,193
400
+ </span>
401
+ </div>
402
+ <span class="category-desc">Analytics scripts, user profiling telemetry, and commercial data harvesting domains.</span>
403
+ </div>
404
+ <div class="category-item">
405
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
406
+ <span class="category-tag">
407
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
408
+ Spam & Scam Domains
409
+ </span>
410
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
411
+ 24,121
412
+ </span>
413
+ </div>
414
+ <span class="category-desc">Malicious email redirectors, lottery scam landing pages, and deceptive bulk sites.</span>
415
+ </div>
416
+ <div class="category-item">
417
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
418
+ <span class="category-tag">
419
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
420
+ Dating Portals
421
+ </span>
422
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
423
+ 1,333
424
+ </span>
425
+ </div>
426
+ <span class="category-desc">Matchmaking platforms, hookup sites, and related relationship portals.</span>
427
+ </div>
428
+ <div class="category-item">
429
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
430
+ <span class="category-tag">
431
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
432
+ Social Tracking
433
+ </span>
434
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
435
+ 24,625
436
+ </span>
437
+ </div>
438
+ <span class="category-desc">Social networking trackers, widgets, and domain collectors that profile user browsing.</span>
439
+ </div>
440
+ <div class="category-item">
441
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
442
+ <span class="category-tag">
443
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
444
+ Gambling & Casinos
445
+ </span>
446
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
447
+ 349,509
448
+ </span>
449
+ </div>
450
+ <span class="category-desc">Online betting sites, slot machines, lottery portals, and digital casinos.</span>
451
+ </div>
452
+ <div class="category-item">
453
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
454
+ <span class="category-tag">
455
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
456
+ Torrent & P2P
457
+ </span>
458
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
459
+ 34,117
460
+ </span>
461
+ </div>
462
+ <span class="category-desc">BitTorrent trackers, magnet index sites, piracy portals, and peer communication networks.</span>
463
+ </div>
464
+ <div class="category-item">
465
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
466
+ <span class="category-tag">
467
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
468
+ Scrapers & Crawlers
469
+ </span>
470
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
471
+ 0
472
+ </span>
473
+ </div>
474
+ <span class="category-desc">Suspicious automated scraper bots, web scanner networks, and scraping systems.</span>
475
+ </div>
476
+ <div class="category-item">
477
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
478
+ <span class="category-tag">
479
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
480
+ NSFW (Adult) Content
481
+ </span>
482
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
483
+ 1,017,006
484
+ </span>
485
+ </div>
486
+ <span class="category-desc">Pornography, adult video portals, online dating platforms, and age-restricted domains.</span>
487
+ </div>
488
+ </div>
489
+
490
+ <h2>🚀 Compile Formats</h2>
491
+ <table>
492
+ <thead>
493
+ <tr>
494
+ <th>Format</th>
495
+ <th>Description</th>
496
+ <th style="width: 100px;">Actions</th>
497
+ </tr>
498
+ </thead>
499
+ <tbody>
500
+ <tr>
501
+ <td><span class="file-name">domains.txt</span></td>
502
+ <td style="color: var(--text-secondary);">Plaintext raw domains list</td>
503
+ <td>
504
+ <div class="action-row">
505
+ <button class="btn-icon" onclick="copyText('domains.txt')" title="Copy URL">
506
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
507
+ </button>
508
+ <a href="domains.txt" class="btn-icon" download title="Download">
509
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
510
+ </a>
511
+ </div>
512
+ </td>
513
+ </tr>
514
+ <tr>
515
+ <td><span class="file-name">hosts.txt</span></td>
516
+ <td style="color: var(--text-secondary);">Hosts file mapping (0.0.0.0 target)</td>
517
+ <td>
518
+ <div class="action-row">
519
+ <button class="btn-icon" onclick="copyText('hosts.txt')" title="Copy URL">
520
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
521
+ </button>
522
+ <a href="hosts.txt" class="btn-icon" download title="Download">
523
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
524
+ </a>
525
+ </div>
526
+ </td>
527
+ </tr>
528
+ <tr>
529
+ <td><span class="file-name">adblock.txt</span></td>
530
+ <td style="color: var(--text-secondary);">AdBlock syntax filter rules</td>
531
+ <td>
532
+ <div class="action-row">
533
+ <button class="btn-icon" onclick="copyText('adblock.txt')" title="Copy URL">
534
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
535
+ </button>
536
+ <a href="adblock.txt" class="btn-icon" download title="Download">
537
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
538
+ </a>
539
+ </div>
540
+ </td>
541
+ </tr>
542
+ </tbody>
543
+ </table>
544
+
545
+ <h2>⚙️ Setup Instructions</h2>
546
+
547
+ <h3>1. Pi-hole (DNS Resolver)</h3>
548
+ <ol>
549
+ <li>Click the copy button next to <code>domains.txt</code> above to copy the absolute link.</li>
550
+ <li>Go to your Pi-hole admin console.</li>
551
+ <li>Navigate to <strong>Group Management</strong> -> <strong>Adlists</strong>.</li>
552
+ <li>Paste the copied URL under Address and click <strong>Add</strong>.</li>
553
+ </ol>
554
+
555
+ <h3>2. AdGuard Home</h3>
556
+ <ol>
557
+ <li>Click the copy button next to <code>hosts.txt</code> above.</li>
558
+ <li>Open AdGuard Home dashboard and navigate to <strong>Filters</strong> -> <strong>DNS Blocklists</strong>.</li>
559
+ <li>Click <strong>Add Blocklist</strong> -> <strong>Add a custom list</strong>.</li>
560
+ <li>Paste the copied URL under list URL, give it a name, and save.</li>
561
+ </ol>
562
+
563
+ <h3>3. Browser Adblockers (uBlock Origin / AdGuard Extension)</h3>
564
+ <ol>
565
+ <li>Copy the link to <code>adblock.txt</code> above.</li>
566
+ <li>Open the extension settings and go to the <strong>Filter Lists</strong> (or My Filters) tab.</li>
567
+ <li>Scroll down, check <strong>Import</strong> under custom lists, paste the URL, and click <strong>Apply Changes</strong>.</li>
568
+ </ol>
569
+
570
+ </main>
571
+
572
+ <footer>
573
+ <p>Maintained and auto-updated daily by the <a href="https://github.com/dev3Masud/blackList" target="_blank">blackList pipeline</a>.</p>
574
+ </footer>
575
+
576
+ </div>
577
+
578
+ <script>
579
+ function copyText(subpath) {
580
+ const absoluteUrl = window.location.origin + window.location.pathname + subpath;
581
+
582
+ navigator.clipboard.writeText(absoluteUrl).then(() => {
583
+ const btn = event.currentTarget;
584
+ const originalContent = btn.innerHTML;
585
+
586
+ btn.innerHTML = `
587
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
588
+ `;
589
+ btn.classList.add("copy-success");
590
+
591
+ setTimeout(() => {
592
+ btn.innerHTML = originalContent;
593
+ btn.classList.remove("copy-success");
594
+ }, 1500);
595
+ }).catch(err => {
596
+ console.error("Could not copy URL:", err);
597
+ });
598
+ }
599
+ </script>
600
+ </body>
601
+ </html>
variants/high/README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🛡️ blackList - High Variant
2
+
3
+ This directory contains the compiled **high** blocklist.
4
+
5
+ * **Status**: Active
6
+ * **Total blocked domains**: `3,010,656`
7
+ * **Target audience**: Maximum security ruleset. Blocks ads, trackers, malware, spam, dating, social tracking, gambling, and torrent networks. May block some web features.
8
+
9
+ ---
10
+
11
+ ## 📦 Blocked Categories & Domain Types
12
+
13
+ This configuration contains lists designed to block the following domain categories:
14
+
15
+ | Category | Blocked Domains | Description |
16
+ | -------- | --------------- | ----------- |
17
+ | 🔴 **Malware Sites** | `1,780,470` | Command & control servers, distribution endpoints, ransomware, and spyware platforms. |
18
+ | 🔴 **Phishing Pages** | `120,538` | Fraudulent login pages, credential harvesting forms, and identity spoofing sites. |
19
+ | 🔴 **Cryptomining** | `297` | Cryptojacking scripts, browser miners, and pool connection endpoints. |
20
+ | 🔴 **Advertising Domains** | `564,427` | Ad delivery networks, promotional servers, and banner scripting endpoints. |
21
+ | 🔴 **Tracking & Telemetry** | `718,193` | Analytics scripts, user profiling telemetry, and commercial data harvesting domains. |
22
+ | 🔴 **Spam & Scam Domains** | `24,121` | Malicious email redirectors, lottery scam landing pages, and deceptive bulk sites. |
23
+ | 🔴 **Dating Portals** | `1,333` | Matchmaking platforms, hookup sites, and related relationship portals. |
24
+ | 🔴 **Social Tracking** | `24,625` | Social networking trackers, widgets, and domain collectors that profile user browsing. |
25
+ | 🔴 **Gambling & Casinos** | `349,509` | Online betting sites, slot machines, lottery portals, and digital casinos. |
26
+ | 🔴 **Torrent & P2P** | `34,117` | BitTorrent trackers, magnet index sites, piracy portals, and peer communication networks. |
27
+ | 🔴 **Scrapers & Crawlers** | `0` | Suspicious automated scraper bots, web scanner networks, and scraping systems. |
28
+
29
+ ---
30
+
31
+ ## 🚀 How to Use
32
+
33
+ Select your preferred format below to load into your adblocker:
34
+
35
+ | Format | File Link | Description |
36
+ | ------ | --------- | ----------- |
37
+ | **Domains List** | [domains.txt](domains.txt) | Pure list of domains (best for custom scripts) |
38
+ | **Hosts Format** | [hosts.txt](hosts.txt) | Standard hosts file (0.0.0.0 format) |
39
+ | **Adblock Syntax** | [adblock.txt](adblock.txt) | Wildcard syntax (`||domain.com^`) |
40
+
41
+ ---
42
+
43
+ ## ⚙️ Setup Instructions
44
+
45
+ ### 1. Pi-hole (DNS Resolver)
46
+ 1. Copy the raw link to the **`domains.txt`** file above.
47
+ 2. Go to your Pi-hole admin panel.
48
+ 3. Navigate to **Group Management** -> **Adlists**.
49
+ 4. Paste the URL and click **Add**.
50
+
51
+ ### 2. AdGuard Home
52
+ 1. Copy the raw link to the **`hosts.txt`** file above.
53
+ 2. Go to AdGuard Home -> **Filters** -> **DNS blocklists**.
54
+ 3. Click **Add blocklist** -> **Add custom list**.
55
+ 4. Paste the URL and save.
56
+
57
+ ### 3. Browser Adblockers (uBlock Origin / AdGuard Extension)
58
+ 1. Copy the raw link to the **`adblock.txt`** file above.
59
+ 2. Open your extension settings page.
60
+ 3. Go to the **Filter Lists** tab.
61
+ 4. Scroll to the bottom, check **Import**, paste the URL, and click **Apply changes**.
62
+
63
+ ---
64
+ *Maintained and auto-updated daily by the [blackList pipeline](https://github.com/dev3Masud/blackList).*
variants/high/adblock.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:255f3d4a64e591ae7e1dd96c79903b55488a3bdd95f72716cc6d53436ac79860
3
+ size 62073400
variants/high/domains.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57b0a56a394c51d05472da9f950c1a5a7a302dd04fdfafdb5c2e27246195ca2
3
+ size 53041414
variants/high/hosts.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc2122d6d0217a32f9ca081d05a4585373ef15e207539cd56bdcc8d007185cc
3
+ size 77126678
variants/high/index.html ADDED
@@ -0,0 +1,589 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>blackList - High Variant</title>
7
+ <style>
8
+ @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap');
9
+
10
+ :root {
11
+ --font-sans: 'Plus Jakarta Sans', sans-serif;
12
+ --font-mono: 'JetBrains Mono', monospace;
13
+ --bg-primary: #08090d;
14
+ --bg-secondary: #0f111a;
15
+ --accent-primary: #4f46e5;
16
+ --accent-secondary: #06b6d4;
17
+ --success-color: #10b981;
18
+ --danger-color: #f43f5e;
19
+ --glass-bg: rgba(15, 17, 26, 0.55);
20
+ --glass-border: rgba(255, 255, 255, 0.06);
21
+ --glass-border-hover: rgba(255, 255, 255, 0.12);
22
+ --text-primary: #f8fafc;
23
+ --text-secondary: #94a3b8;
24
+ --text-muted: #64748b;
25
+ }
26
+
27
+ * { box-sizing: border-box; margin: 0; padding: 0; }
28
+
29
+ body {
30
+ background-color: var(--bg-primary);
31
+ color: var(--text-primary);
32
+ font-family: var(--font-sans);
33
+ min-height: 100vh;
34
+ line-height: 1.6;
35
+ display: flex;
36
+ flex-direction: column;
37
+ align-items: center;
38
+ padding: 3rem 1.5rem;
39
+ overflow-x: hidden;
40
+ }
41
+
42
+ /* Glowing Backdrop */
43
+ .bg-glow {
44
+ position: fixed;
45
+ top: 0;
46
+ left: 0;
47
+ width: 100vw;
48
+ height: 100vh;
49
+ z-index: -1;
50
+ overflow: hidden;
51
+ pointer-events: none;
52
+ }
53
+
54
+ .blob {
55
+ position: absolute;
56
+ width: 500px;
57
+ height: 500px;
58
+ border-radius: 50%;
59
+ filter: blur(130px);
60
+ opacity: 0.1;
61
+ }
62
+
63
+ .blob-1 {
64
+ top: -10%;
65
+ right: 10%;
66
+ background: var(--accent-primary);
67
+ }
68
+
69
+ .blob-2 {
70
+ bottom: -10%;
71
+ left: 10%;
72
+ background: var(--accent-secondary);
73
+ }
74
+
75
+ .container {
76
+ max-width: 800px;
77
+ width: 100%;
78
+ }
79
+
80
+ /* Back link */
81
+ .back-link {
82
+ display: inline-flex;
83
+ align-items: center;
84
+ gap: 0.5rem;
85
+ color: var(--text-secondary);
86
+ text-decoration: none;
87
+ font-weight: 600;
88
+ font-size: 0.9rem;
89
+ margin-bottom: 1.5rem;
90
+ transition: all 0.2s ease;
91
+ }
92
+
93
+ .back-link:hover {
94
+ color: var(--text-primary);
95
+ transform: translateX(-4px);
96
+ }
97
+
98
+ /* Glass Card layout */
99
+ .glass-card {
100
+ background: var(--glass-bg);
101
+ border: 1px solid var(--glass-border);
102
+ border-radius: 20px;
103
+ padding: 2.5rem;
104
+ backdrop-filter: blur(16px);
105
+ -webkit-backdrop-filter: blur(16px);
106
+ box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
107
+ margin-bottom: 2rem;
108
+ }
109
+
110
+ h1 {
111
+ font-size: 2.25rem;
112
+ font-weight: 800;
113
+ letter-spacing: -0.5px;
114
+ margin-bottom: 0.5rem;
115
+ background: linear-gradient(135deg, var(--text-primary) 30%, var(--accent-secondary) 100%);
116
+ -webkit-background-clip: text;
117
+ -webkit-text-fill-color: transparent;
118
+ }
119
+
120
+ .meta-list {
121
+ list-style: none;
122
+ margin: 1.5rem 0;
123
+ padding: 0;
124
+ display: flex;
125
+ flex-direction: column;
126
+ gap: 0.5rem;
127
+ }
128
+
129
+ .meta-list li {
130
+ display: flex;
131
+ align-items: center;
132
+ gap: 0.5rem;
133
+ color: var(--text-secondary);
134
+ font-size: 0.95rem;
135
+ }
136
+
137
+ .meta-list strong {
138
+ color: var(--text-primary);
139
+ }
140
+
141
+ .badge {
142
+ background: rgba(16, 185, 129, 0.08);
143
+ border: 1px solid rgba(16, 185, 129, 0.28);
144
+ color: var(--success-color);
145
+ padding: 0.15rem 0.6rem;
146
+ border-radius: 20px;
147
+ font-size: 0.78rem;
148
+ font-weight: 700;
149
+ letter-spacing: 0.5px;
150
+ }
151
+
152
+ .desc {
153
+ color: var(--text-secondary);
154
+ margin-bottom: 2rem;
155
+ }
156
+
157
+ h2 {
158
+ font-size: 1.4rem;
159
+ font-weight: 700;
160
+ margin: 2.5rem 0 1rem;
161
+ border-bottom: 1px solid var(--glass-border);
162
+ padding-bottom: 0.5rem;
163
+ }
164
+
165
+ /* Category lists */
166
+ .category-list {
167
+ display: grid;
168
+ grid-template-columns: 1fr;
169
+ gap: 1rem;
170
+ margin: 1.5rem 0;
171
+ }
172
+ @media (min-width: 600px) {
173
+ .category-list {
174
+ grid-template-columns: 1fr 1fr;
175
+ }
176
+ }
177
+ .category-item {
178
+ background: rgba(255, 255, 255, 0.02);
179
+ border: 1px solid var(--glass-border);
180
+ border-radius: 12px;
181
+ padding: 1.1rem;
182
+ display: flex;
183
+ flex-direction: column;
184
+ gap: 0.4rem;
185
+ transition: all 0.3s ease;
186
+ }
187
+ .category-item:hover {
188
+ background: rgba(255, 255, 255, 0.04);
189
+ border-color: var(--accent-secondary);
190
+ }
191
+ .category-tag {
192
+ font-weight: 700;
193
+ color: var(--text-primary);
194
+ font-size: 0.95rem;
195
+ display: inline-flex;
196
+ align-items: center;
197
+ gap: 6px;
198
+ }
199
+ .category-desc {
200
+ color: var(--text-secondary);
201
+ font-size: 0.85rem;
202
+ }
203
+
204
+ /* Downloads Table */
205
+ table {
206
+ width: 100%;
207
+ border-collapse: collapse;
208
+ margin: 1rem 0;
209
+ border: 1px solid var(--glass-border);
210
+ border-radius: 12px;
211
+ overflow: hidden;
212
+ background: rgba(10, 11, 16, 0.3);
213
+ }
214
+
215
+ th, td {
216
+ padding: 1rem;
217
+ text-align: left;
218
+ border-bottom: 1px solid var(--glass-border);
219
+ }
220
+
221
+ th {
222
+ background: rgba(0, 0, 0, 0.2);
223
+ color: var(--text-secondary);
224
+ font-size: 0.8rem;
225
+ text-transform: uppercase;
226
+ font-weight: 700;
227
+ letter-spacing: 0.5px;
228
+ }
229
+
230
+ td {
231
+ font-size: 0.95rem;
232
+ }
233
+
234
+ .file-name {
235
+ font-weight: 700;
236
+ font-family: var(--font-mono);
237
+ color: var(--accent-secondary);
238
+ }
239
+
240
+ /* Copy Button & Icons */
241
+ .action-row {
242
+ display: flex;
243
+ gap: 0.5rem;
244
+ }
245
+
246
+ .btn-icon {
247
+ background: rgba(255, 255, 255, 0.03);
248
+ border: 1px solid var(--glass-border);
249
+ color: var(--text-secondary);
250
+ width: 34px;
251
+ height: 34px;
252
+ border-radius: 8px;
253
+ cursor: pointer;
254
+ display: inline-flex;
255
+ justify-content: center;
256
+ align-items: center;
257
+ transition: all 0.2s ease;
258
+ text-decoration: none;
259
+ }
260
+
261
+ .btn-icon:hover {
262
+ background: rgba(255, 255, 255, 0.08);
263
+ border-color: var(--glass-border-hover);
264
+ color: var(--text-primary);
265
+ }
266
+
267
+ .copy-success {
268
+ background: rgba(16, 185, 129, 0.08) !important;
269
+ color: var(--success-color) !important;
270
+ border-color: var(--success-color) !important;
271
+ }
272
+
273
+ /* Setup/Config Info */
274
+ .setup-desc {
275
+ color: var(--text-secondary);
276
+ font-size: 0.95rem;
277
+ margin-bottom: 1.5rem;
278
+ }
279
+
280
+ /* Instructions formatting */
281
+ ol {
282
+ margin: 1rem 0 1.5rem 1.5rem;
283
+ display: flex;
284
+ flex-direction: column;
285
+ gap: 0.5rem;
286
+ }
287
+
288
+ li {
289
+ font-size: 0.95rem;
290
+ color: var(--text-secondary);
291
+ }
292
+
293
+ code {
294
+ font-family: var(--font-mono);
295
+ background: rgba(255, 255, 255, 0.05);
296
+ padding: 0.1rem 0.3rem;
297
+ border-radius: 4px;
298
+ font-size: 0.9rem;
299
+ color: var(--text-primary);
300
+ }
301
+
302
+ footer {
303
+ margin-top: 5rem;
304
+ text-align: center;
305
+ color: var(--text-muted);
306
+ font-size: 0.85rem;
307
+ border-top: 1px solid var(--glass-border);
308
+ padding-top: 2rem;
309
+ }
310
+
311
+ footer a {
312
+ color: var(--accent-secondary);
313
+ text-decoration: none;
314
+ }
315
+ </style>
316
+ </head>
317
+ <body>
318
+
319
+ <div class="bg-glow" aria-hidden="true">
320
+ <div class="blob blob-1"></div>
321
+ <div class="blob blob-2"></div>
322
+ </div>
323
+
324
+ <div class="container">
325
+
326
+ <a href="../../" class="back-link">
327
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>
328
+ <span>Back to Registry</span>
329
+ </a>
330
+
331
+ <main class="glass-card">
332
+ <h1>🛡️ blackList - High Variant</h1>
333
+
334
+ <ul class="meta-list">
335
+ <li>Status: <span class="badge">ACTIVE</span></li>
336
+ <li>Blocked Domains: <strong>3,010,656</strong></li>
337
+ </ul>
338
+
339
+ <p class="desc">Maximum security ruleset. Blocks ads, trackers, malware, spam, dating, social tracking, gambling, and torrent networks. May block some web features.</p>
340
+
341
+ <h2>📦 Blocked Categories & Domain Types</h2>
342
+ <div class="category-list">
343
+
344
+ <div class="category-item">
345
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
346
+ <span class="category-tag">
347
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
348
+ Malware Sites
349
+ </span>
350
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
351
+ 1,780,470
352
+ </span>
353
+ </div>
354
+ <span class="category-desc">Command & control servers, distribution endpoints, ransomware, and spyware platforms.</span>
355
+ </div>
356
+ <div class="category-item">
357
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
358
+ <span class="category-tag">
359
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
360
+ Phishing Pages
361
+ </span>
362
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
363
+ 120,538
364
+ </span>
365
+ </div>
366
+ <span class="category-desc">Fraudulent login pages, credential harvesting forms, and identity spoofing sites.</span>
367
+ </div>
368
+ <div class="category-item">
369
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
370
+ <span class="category-tag">
371
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
372
+ Cryptomining
373
+ </span>
374
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
375
+ 297
376
+ </span>
377
+ </div>
378
+ <span class="category-desc">Cryptojacking scripts, browser miners, and pool connection endpoints.</span>
379
+ </div>
380
+ <div class="category-item">
381
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
382
+ <span class="category-tag">
383
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
384
+ Advertising Domains
385
+ </span>
386
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
387
+ 564,427
388
+ </span>
389
+ </div>
390
+ <span class="category-desc">Ad delivery networks, promotional servers, and banner scripting endpoints.</span>
391
+ </div>
392
+ <div class="category-item">
393
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
394
+ <span class="category-tag">
395
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
396
+ Tracking & Telemetry
397
+ </span>
398
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
399
+ 718,193
400
+ </span>
401
+ </div>
402
+ <span class="category-desc">Analytics scripts, user profiling telemetry, and commercial data harvesting domains.</span>
403
+ </div>
404
+ <div class="category-item">
405
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
406
+ <span class="category-tag">
407
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
408
+ Spam & Scam Domains
409
+ </span>
410
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
411
+ 24,121
412
+ </span>
413
+ </div>
414
+ <span class="category-desc">Malicious email redirectors, lottery scam landing pages, and deceptive bulk sites.</span>
415
+ </div>
416
+ <div class="category-item">
417
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
418
+ <span class="category-tag">
419
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
420
+ Dating Portals
421
+ </span>
422
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
423
+ 1,333
424
+ </span>
425
+ </div>
426
+ <span class="category-desc">Matchmaking platforms, hookup sites, and related relationship portals.</span>
427
+ </div>
428
+ <div class="category-item">
429
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
430
+ <span class="category-tag">
431
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
432
+ Social Tracking
433
+ </span>
434
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
435
+ 24,625
436
+ </span>
437
+ </div>
438
+ <span class="category-desc">Social networking trackers, widgets, and domain collectors that profile user browsing.</span>
439
+ </div>
440
+ <div class="category-item">
441
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
442
+ <span class="category-tag">
443
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
444
+ Gambling & Casinos
445
+ </span>
446
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
447
+ 349,509
448
+ </span>
449
+ </div>
450
+ <span class="category-desc">Online betting sites, slot machines, lottery portals, and digital casinos.</span>
451
+ </div>
452
+ <div class="category-item">
453
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
454
+ <span class="category-tag">
455
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
456
+ Torrent & P2P
457
+ </span>
458
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
459
+ 34,117
460
+ </span>
461
+ </div>
462
+ <span class="category-desc">BitTorrent trackers, magnet index sites, piracy portals, and peer communication networks.</span>
463
+ </div>
464
+ <div class="category-item">
465
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
466
+ <span class="category-tag">
467
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
468
+ Scrapers & Crawlers
469
+ </span>
470
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
471
+ 0
472
+ </span>
473
+ </div>
474
+ <span class="category-desc">Suspicious automated scraper bots, web scanner networks, and scraping systems.</span>
475
+ </div>
476
+ </div>
477
+
478
+ <h2>🚀 Compile Formats</h2>
479
+ <table>
480
+ <thead>
481
+ <tr>
482
+ <th>Format</th>
483
+ <th>Description</th>
484
+ <th style="width: 100px;">Actions</th>
485
+ </tr>
486
+ </thead>
487
+ <tbody>
488
+ <tr>
489
+ <td><span class="file-name">domains.txt</span></td>
490
+ <td style="color: var(--text-secondary);">Plaintext raw domains list</td>
491
+ <td>
492
+ <div class="action-row">
493
+ <button class="btn-icon" onclick="copyText('domains.txt')" title="Copy URL">
494
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
495
+ </button>
496
+ <a href="domains.txt" class="btn-icon" download title="Download">
497
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
498
+ </a>
499
+ </div>
500
+ </td>
501
+ </tr>
502
+ <tr>
503
+ <td><span class="file-name">hosts.txt</span></td>
504
+ <td style="color: var(--text-secondary);">Hosts file mapping (0.0.0.0 target)</td>
505
+ <td>
506
+ <div class="action-row">
507
+ <button class="btn-icon" onclick="copyText('hosts.txt')" title="Copy URL">
508
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
509
+ </button>
510
+ <a href="hosts.txt" class="btn-icon" download title="Download">
511
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
512
+ </a>
513
+ </div>
514
+ </td>
515
+ </tr>
516
+ <tr>
517
+ <td><span class="file-name">adblock.txt</span></td>
518
+ <td style="color: var(--text-secondary);">AdBlock syntax filter rules</td>
519
+ <td>
520
+ <div class="action-row">
521
+ <button class="btn-icon" onclick="copyText('adblock.txt')" title="Copy URL">
522
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
523
+ </button>
524
+ <a href="adblock.txt" class="btn-icon" download title="Download">
525
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
526
+ </a>
527
+ </div>
528
+ </td>
529
+ </tr>
530
+ </tbody>
531
+ </table>
532
+
533
+ <h2>⚙️ Setup Instructions</h2>
534
+
535
+ <h3>1. Pi-hole (DNS Resolver)</h3>
536
+ <ol>
537
+ <li>Click the copy button next to <code>domains.txt</code> above to copy the absolute link.</li>
538
+ <li>Go to your Pi-hole admin console.</li>
539
+ <li>Navigate to <strong>Group Management</strong> -> <strong>Adlists</strong>.</li>
540
+ <li>Paste the copied URL under Address and click <strong>Add</strong>.</li>
541
+ </ol>
542
+
543
+ <h3>2. AdGuard Home</h3>
544
+ <ol>
545
+ <li>Click the copy button next to <code>hosts.txt</code> above.</li>
546
+ <li>Open AdGuard Home dashboard and navigate to <strong>Filters</strong> -> <strong>DNS Blocklists</strong>.</li>
547
+ <li>Click <strong>Add Blocklist</strong> -> <strong>Add a custom list</strong>.</li>
548
+ <li>Paste the copied URL under list URL, give it a name, and save.</li>
549
+ </ol>
550
+
551
+ <h3>3. Browser Adblockers (uBlock Origin / AdGuard Extension)</h3>
552
+ <ol>
553
+ <li>Copy the link to <code>adblock.txt</code> above.</li>
554
+ <li>Open the extension settings and go to the <strong>Filter Lists</strong> (or My Filters) tab.</li>
555
+ <li>Scroll down, check <strong>Import</strong> under custom lists, paste the URL, and click <strong>Apply Changes</strong>.</li>
556
+ </ol>
557
+
558
+ </main>
559
+
560
+ <footer>
561
+ <p>Maintained and auto-updated daily by the <a href="https://github.com/dev3Masud/blackList" target="_blank">blackList pipeline</a>.</p>
562
+ </footer>
563
+
564
+ </div>
565
+
566
+ <script>
567
+ function copyText(subpath) {
568
+ const absoluteUrl = window.location.origin + window.location.pathname + subpath;
569
+
570
+ navigator.clipboard.writeText(absoluteUrl).then(() => {
571
+ const btn = event.currentTarget;
572
+ const originalContent = btn.innerHTML;
573
+
574
+ btn.innerHTML = `
575
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
576
+ `;
577
+ btn.classList.add("copy-success");
578
+
579
+ setTimeout(() => {
580
+ btn.innerHTML = originalContent;
581
+ btn.classList.remove("copy-success");
582
+ }, 1500);
583
+ }).catch(err => {
584
+ console.error("Could not copy URL:", err);
585
+ });
586
+ }
587
+ </script>
588
+ </body>
589
+ </html>
variants/lite/README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🛡️ blackList - Lite Variant
2
+
3
+ This directory contains the compiled **lite** blocklist.
4
+
5
+ * **Status**: Active
6
+ * **Total blocked domains**: `1,827,529`
7
+ * **Target audience**: Designed for maximum speed and stability. Targets high-severity security threats like malware, phishing, and cryptomining. Near-zero false positives.
8
+
9
+ ---
10
+
11
+ ## 📦 Blocked Categories & Domain Types
12
+
13
+ This configuration contains lists designed to block the following domain categories:
14
+
15
+ | Category | Blocked Domains | Description |
16
+ | -------- | --------------- | ----------- |
17
+ | 🔴 **Malware Sites** | `1,780,470` | Command & control servers, distribution endpoints, ransomware, and spyware platforms. |
18
+ | 🔴 **Phishing Pages** | `120,538` | Fraudulent login pages, credential harvesting forms, and identity spoofing sites. |
19
+ | 🔴 **Cryptomining** | `297` | Cryptojacking scripts, browser miners, and pool connection endpoints. |
20
+
21
+ ---
22
+
23
+ ## 🚀 How to Use
24
+
25
+ Select your preferred format below to load into your adblocker:
26
+
27
+ | Format | File Link | Description |
28
+ | ------ | --------- | ----------- |
29
+ | **Domains List** | [domains.txt](domains.txt) | Pure list of domains (best for custom scripts) |
30
+ | **Hosts Format** | [hosts.txt](hosts.txt) | Standard hosts file (0.0.0.0 format) |
31
+ | **Adblock Syntax** | [adblock.txt](adblock.txt) | Wildcard syntax (`||domain.com^`) |
32
+
33
+ ---
34
+
35
+ ## ⚙️ Setup Instructions
36
+
37
+ ### 1. Pi-hole (DNS Resolver)
38
+ 1. Copy the raw link to the **`domains.txt`** file above.
39
+ 2. Go to your Pi-hole admin panel.
40
+ 3. Navigate to **Group Management** -> **Adlists**.
41
+ 4. Paste the URL and click **Add**.
42
+
43
+ ### 2. AdGuard Home
44
+ 1. Copy the raw link to the **`hosts.txt`** file above.
45
+ 2. Go to AdGuard Home -> **Filters** -> **DNS blocklists**.
46
+ 3. Click **Add blocklist** -> **Add custom list**.
47
+ 4. Paste the URL and save.
48
+
49
+ ### 3. Browser Adblockers (uBlock Origin / AdGuard Extension)
50
+ 1. Copy the raw link to the **`adblock.txt`** file above.
51
+ 2. Open your extension settings page.
52
+ 3. Go to the **Filter Lists** tab.
53
+ 4. Scroll to the bottom, check **Import**, paste the URL, and click **Apply changes**.
54
+
55
+ ---
56
+ *Maintained and auto-updated daily by the [blackList pipeline](https://github.com/dev3Masud/blackList).*
variants/lite/adblock.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2b3a2c4fa79637dee73f3d7e59cdcca76ab6b8d416810232faf526829977e44
3
+ size 37785637
variants/lite/domains.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb90d7eb7934010c272d91c48d9eca377573646a4b0cad8256ae520db7be631e
3
+ size 32303032
variants/lite/hosts.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d536dbaebef62f52954d259be92c1243ff6b3ee2121c6fa77be0559e509981b
3
+ size 46923280
variants/lite/index.html ADDED
@@ -0,0 +1,493 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>blackList - Lite Variant</title>
7
+ <style>
8
+ @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap');
9
+
10
+ :root {
11
+ --font-sans: 'Plus Jakarta Sans', sans-serif;
12
+ --font-mono: 'JetBrains Mono', monospace;
13
+ --bg-primary: #08090d;
14
+ --bg-secondary: #0f111a;
15
+ --accent-primary: #4f46e5;
16
+ --accent-secondary: #06b6d4;
17
+ --success-color: #10b981;
18
+ --danger-color: #f43f5e;
19
+ --glass-bg: rgba(15, 17, 26, 0.55);
20
+ --glass-border: rgba(255, 255, 255, 0.06);
21
+ --glass-border-hover: rgba(255, 255, 255, 0.12);
22
+ --text-primary: #f8fafc;
23
+ --text-secondary: #94a3b8;
24
+ --text-muted: #64748b;
25
+ }
26
+
27
+ * { box-sizing: border-box; margin: 0; padding: 0; }
28
+
29
+ body {
30
+ background-color: var(--bg-primary);
31
+ color: var(--text-primary);
32
+ font-family: var(--font-sans);
33
+ min-height: 100vh;
34
+ line-height: 1.6;
35
+ display: flex;
36
+ flex-direction: column;
37
+ align-items: center;
38
+ padding: 3rem 1.5rem;
39
+ overflow-x: hidden;
40
+ }
41
+
42
+ /* Glowing Backdrop */
43
+ .bg-glow {
44
+ position: fixed;
45
+ top: 0;
46
+ left: 0;
47
+ width: 100vw;
48
+ height: 100vh;
49
+ z-index: -1;
50
+ overflow: hidden;
51
+ pointer-events: none;
52
+ }
53
+
54
+ .blob {
55
+ position: absolute;
56
+ width: 500px;
57
+ height: 500px;
58
+ border-radius: 50%;
59
+ filter: blur(130px);
60
+ opacity: 0.1;
61
+ }
62
+
63
+ .blob-1 {
64
+ top: -10%;
65
+ right: 10%;
66
+ background: var(--accent-primary);
67
+ }
68
+
69
+ .blob-2 {
70
+ bottom: -10%;
71
+ left: 10%;
72
+ background: var(--accent-secondary);
73
+ }
74
+
75
+ .container {
76
+ max-width: 800px;
77
+ width: 100%;
78
+ }
79
+
80
+ /* Back link */
81
+ .back-link {
82
+ display: inline-flex;
83
+ align-items: center;
84
+ gap: 0.5rem;
85
+ color: var(--text-secondary);
86
+ text-decoration: none;
87
+ font-weight: 600;
88
+ font-size: 0.9rem;
89
+ margin-bottom: 1.5rem;
90
+ transition: all 0.2s ease;
91
+ }
92
+
93
+ .back-link:hover {
94
+ color: var(--text-primary);
95
+ transform: translateX(-4px);
96
+ }
97
+
98
+ /* Glass Card layout */
99
+ .glass-card {
100
+ background: var(--glass-bg);
101
+ border: 1px solid var(--glass-border);
102
+ border-radius: 20px;
103
+ padding: 2.5rem;
104
+ backdrop-filter: blur(16px);
105
+ -webkit-backdrop-filter: blur(16px);
106
+ box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
107
+ margin-bottom: 2rem;
108
+ }
109
+
110
+ h1 {
111
+ font-size: 2.25rem;
112
+ font-weight: 800;
113
+ letter-spacing: -0.5px;
114
+ margin-bottom: 0.5rem;
115
+ background: linear-gradient(135deg, var(--text-primary) 30%, var(--accent-secondary) 100%);
116
+ -webkit-background-clip: text;
117
+ -webkit-text-fill-color: transparent;
118
+ }
119
+
120
+ .meta-list {
121
+ list-style: none;
122
+ margin: 1.5rem 0;
123
+ padding: 0;
124
+ display: flex;
125
+ flex-direction: column;
126
+ gap: 0.5rem;
127
+ }
128
+
129
+ .meta-list li {
130
+ display: flex;
131
+ align-items: center;
132
+ gap: 0.5rem;
133
+ color: var(--text-secondary);
134
+ font-size: 0.95rem;
135
+ }
136
+
137
+ .meta-list strong {
138
+ color: var(--text-primary);
139
+ }
140
+
141
+ .badge {
142
+ background: rgba(16, 185, 129, 0.08);
143
+ border: 1px solid rgba(16, 185, 129, 0.28);
144
+ color: var(--success-color);
145
+ padding: 0.15rem 0.6rem;
146
+ border-radius: 20px;
147
+ font-size: 0.78rem;
148
+ font-weight: 700;
149
+ letter-spacing: 0.5px;
150
+ }
151
+
152
+ .desc {
153
+ color: var(--text-secondary);
154
+ margin-bottom: 2rem;
155
+ }
156
+
157
+ h2 {
158
+ font-size: 1.4rem;
159
+ font-weight: 700;
160
+ margin: 2.5rem 0 1rem;
161
+ border-bottom: 1px solid var(--glass-border);
162
+ padding-bottom: 0.5rem;
163
+ }
164
+
165
+ /* Category lists */
166
+ .category-list {
167
+ display: grid;
168
+ grid-template-columns: 1fr;
169
+ gap: 1rem;
170
+ margin: 1.5rem 0;
171
+ }
172
+ @media (min-width: 600px) {
173
+ .category-list {
174
+ grid-template-columns: 1fr 1fr;
175
+ }
176
+ }
177
+ .category-item {
178
+ background: rgba(255, 255, 255, 0.02);
179
+ border: 1px solid var(--glass-border);
180
+ border-radius: 12px;
181
+ padding: 1.1rem;
182
+ display: flex;
183
+ flex-direction: column;
184
+ gap: 0.4rem;
185
+ transition: all 0.3s ease;
186
+ }
187
+ .category-item:hover {
188
+ background: rgba(255, 255, 255, 0.04);
189
+ border-color: var(--accent-secondary);
190
+ }
191
+ .category-tag {
192
+ font-weight: 700;
193
+ color: var(--text-primary);
194
+ font-size: 0.95rem;
195
+ display: inline-flex;
196
+ align-items: center;
197
+ gap: 6px;
198
+ }
199
+ .category-desc {
200
+ color: var(--text-secondary);
201
+ font-size: 0.85rem;
202
+ }
203
+
204
+ /* Downloads Table */
205
+ table {
206
+ width: 100%;
207
+ border-collapse: collapse;
208
+ margin: 1rem 0;
209
+ border: 1px solid var(--glass-border);
210
+ border-radius: 12px;
211
+ overflow: hidden;
212
+ background: rgba(10, 11, 16, 0.3);
213
+ }
214
+
215
+ th, td {
216
+ padding: 1rem;
217
+ text-align: left;
218
+ border-bottom: 1px solid var(--glass-border);
219
+ }
220
+
221
+ th {
222
+ background: rgba(0, 0, 0, 0.2);
223
+ color: var(--text-secondary);
224
+ font-size: 0.8rem;
225
+ text-transform: uppercase;
226
+ font-weight: 700;
227
+ letter-spacing: 0.5px;
228
+ }
229
+
230
+ td {
231
+ font-size: 0.95rem;
232
+ }
233
+
234
+ .file-name {
235
+ font-weight: 700;
236
+ font-family: var(--font-mono);
237
+ color: var(--accent-secondary);
238
+ }
239
+
240
+ /* Copy Button & Icons */
241
+ .action-row {
242
+ display: flex;
243
+ gap: 0.5rem;
244
+ }
245
+
246
+ .btn-icon {
247
+ background: rgba(255, 255, 255, 0.03);
248
+ border: 1px solid var(--glass-border);
249
+ color: var(--text-secondary);
250
+ width: 34px;
251
+ height: 34px;
252
+ border-radius: 8px;
253
+ cursor: pointer;
254
+ display: inline-flex;
255
+ justify-content: center;
256
+ align-items: center;
257
+ transition: all 0.2s ease;
258
+ text-decoration: none;
259
+ }
260
+
261
+ .btn-icon:hover {
262
+ background: rgba(255, 255, 255, 0.08);
263
+ border-color: var(--glass-border-hover);
264
+ color: var(--text-primary);
265
+ }
266
+
267
+ .copy-success {
268
+ background: rgba(16, 185, 129, 0.08) !important;
269
+ color: var(--success-color) !important;
270
+ border-color: var(--success-color) !important;
271
+ }
272
+
273
+ /* Setup/Config Info */
274
+ .setup-desc {
275
+ color: var(--text-secondary);
276
+ font-size: 0.95rem;
277
+ margin-bottom: 1.5rem;
278
+ }
279
+
280
+ /* Instructions formatting */
281
+ ol {
282
+ margin: 1rem 0 1.5rem 1.5rem;
283
+ display: flex;
284
+ flex-direction: column;
285
+ gap: 0.5rem;
286
+ }
287
+
288
+ li {
289
+ font-size: 0.95rem;
290
+ color: var(--text-secondary);
291
+ }
292
+
293
+ code {
294
+ font-family: var(--font-mono);
295
+ background: rgba(255, 255, 255, 0.05);
296
+ padding: 0.1rem 0.3rem;
297
+ border-radius: 4px;
298
+ font-size: 0.9rem;
299
+ color: var(--text-primary);
300
+ }
301
+
302
+ footer {
303
+ margin-top: 5rem;
304
+ text-align: center;
305
+ color: var(--text-muted);
306
+ font-size: 0.85rem;
307
+ border-top: 1px solid var(--glass-border);
308
+ padding-top: 2rem;
309
+ }
310
+
311
+ footer a {
312
+ color: var(--accent-secondary);
313
+ text-decoration: none;
314
+ }
315
+ </style>
316
+ </head>
317
+ <body>
318
+
319
+ <div class="bg-glow" aria-hidden="true">
320
+ <div class="blob blob-1"></div>
321
+ <div class="blob blob-2"></div>
322
+ </div>
323
+
324
+ <div class="container">
325
+
326
+ <a href="../../" class="back-link">
327
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>
328
+ <span>Back to Registry</span>
329
+ </a>
330
+
331
+ <main class="glass-card">
332
+ <h1>🛡️ blackList - Lite Variant</h1>
333
+
334
+ <ul class="meta-list">
335
+ <li>Status: <span class="badge">ACTIVE</span></li>
336
+ <li>Blocked Domains: <strong>1,827,529</strong></li>
337
+ </ul>
338
+
339
+ <p class="desc">Designed for maximum speed and stability. Targets high-severity security threats like malware, phishing, and cryptomining. Near-zero false positives.</p>
340
+
341
+ <h2>📦 Blocked Categories & Domain Types</h2>
342
+ <div class="category-list">
343
+
344
+ <div class="category-item">
345
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
346
+ <span class="category-tag">
347
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
348
+ Malware Sites
349
+ </span>
350
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
351
+ 1,780,470
352
+ </span>
353
+ </div>
354
+ <span class="category-desc">Command & control servers, distribution endpoints, ransomware, and spyware platforms.</span>
355
+ </div>
356
+ <div class="category-item">
357
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
358
+ <span class="category-tag">
359
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
360
+ Phishing Pages
361
+ </span>
362
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
363
+ 120,538
364
+ </span>
365
+ </div>
366
+ <span class="category-desc">Fraudulent login pages, credential harvesting forms, and identity spoofing sites.</span>
367
+ </div>
368
+ <div class="category-item">
369
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
370
+ <span class="category-tag">
371
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
372
+ Cryptomining
373
+ </span>
374
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
375
+ 297
376
+ </span>
377
+ </div>
378
+ <span class="category-desc">Cryptojacking scripts, browser miners, and pool connection endpoints.</span>
379
+ </div>
380
+ </div>
381
+
382
+ <h2>🚀 Compile Formats</h2>
383
+ <table>
384
+ <thead>
385
+ <tr>
386
+ <th>Format</th>
387
+ <th>Description</th>
388
+ <th style="width: 100px;">Actions</th>
389
+ </tr>
390
+ </thead>
391
+ <tbody>
392
+ <tr>
393
+ <td><span class="file-name">domains.txt</span></td>
394
+ <td style="color: var(--text-secondary);">Plaintext raw domains list</td>
395
+ <td>
396
+ <div class="action-row">
397
+ <button class="btn-icon" onclick="copyText('domains.txt')" title="Copy URL">
398
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
399
+ </button>
400
+ <a href="domains.txt" class="btn-icon" download title="Download">
401
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
402
+ </a>
403
+ </div>
404
+ </td>
405
+ </tr>
406
+ <tr>
407
+ <td><span class="file-name">hosts.txt</span></td>
408
+ <td style="color: var(--text-secondary);">Hosts file mapping (0.0.0.0 target)</td>
409
+ <td>
410
+ <div class="action-row">
411
+ <button class="btn-icon" onclick="copyText('hosts.txt')" title="Copy URL">
412
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
413
+ </button>
414
+ <a href="hosts.txt" class="btn-icon" download title="Download">
415
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
416
+ </a>
417
+ </div>
418
+ </td>
419
+ </tr>
420
+ <tr>
421
+ <td><span class="file-name">adblock.txt</span></td>
422
+ <td style="color: var(--text-secondary);">AdBlock syntax filter rules</td>
423
+ <td>
424
+ <div class="action-row">
425
+ <button class="btn-icon" onclick="copyText('adblock.txt')" title="Copy URL">
426
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
427
+ </button>
428
+ <a href="adblock.txt" class="btn-icon" download title="Download">
429
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
430
+ </a>
431
+ </div>
432
+ </td>
433
+ </tr>
434
+ </tbody>
435
+ </table>
436
+
437
+ <h2>⚙️ Setup Instructions</h2>
438
+
439
+ <h3>1. Pi-hole (DNS Resolver)</h3>
440
+ <ol>
441
+ <li>Click the copy button next to <code>domains.txt</code> above to copy the absolute link.</li>
442
+ <li>Go to your Pi-hole admin console.</li>
443
+ <li>Navigate to <strong>Group Management</strong> -> <strong>Adlists</strong>.</li>
444
+ <li>Paste the copied URL under Address and click <strong>Add</strong>.</li>
445
+ </ol>
446
+
447
+ <h3>2. AdGuard Home</h3>
448
+ <ol>
449
+ <li>Click the copy button next to <code>hosts.txt</code> above.</li>
450
+ <li>Open AdGuard Home dashboard and navigate to <strong>Filters</strong> -> <strong>DNS Blocklists</strong>.</li>
451
+ <li>Click <strong>Add Blocklist</strong> -> <strong>Add a custom list</strong>.</li>
452
+ <li>Paste the copied URL under list URL, give it a name, and save.</li>
453
+ </ol>
454
+
455
+ <h3>3. Browser Adblockers (uBlock Origin / AdGuard Extension)</h3>
456
+ <ol>
457
+ <li>Copy the link to <code>adblock.txt</code> above.</li>
458
+ <li>Open the extension settings and go to the <strong>Filter Lists</strong> (or My Filters) tab.</li>
459
+ <li>Scroll down, check <strong>Import</strong> under custom lists, paste the URL, and click <strong>Apply Changes</strong>.</li>
460
+ </ol>
461
+
462
+ </main>
463
+
464
+ <footer>
465
+ <p>Maintained and auto-updated daily by the <a href="https://github.com/dev3Masud/blackList" target="_blank">blackList pipeline</a>.</p>
466
+ </footer>
467
+
468
+ </div>
469
+
470
+ <script>
471
+ function copyText(subpath) {
472
+ const absoluteUrl = window.location.origin + window.location.pathname + subpath;
473
+
474
+ navigator.clipboard.writeText(absoluteUrl).then(() => {
475
+ const btn = event.currentTarget;
476
+ const originalContent = btn.innerHTML;
477
+
478
+ btn.innerHTML = `
479
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
480
+ `;
481
+ btn.classList.add("copy-success");
482
+
483
+ setTimeout(() => {
484
+ btn.innerHTML = originalContent;
485
+ btn.classList.remove("copy-success");
486
+ }, 1500);
487
+ }).catch(err => {
488
+ console.error("Could not copy URL:", err);
489
+ });
490
+ }
491
+ </script>
492
+ </body>
493
+ </html>
variants/medium/README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🛡️ blackList - Medium Variant
2
+
3
+ This directory contains the compiled **medium** blocklist.
4
+
5
+ * **Status**: Active
6
+ * **Total blocked domains**: `2,730,826`
7
+ * **Target audience**: Balanced protection and usability. Blocks security threats, ads, trackers, and spam domains. Recommended for standard home networks.
8
+
9
+ ---
10
+
11
+ ## 📦 Blocked Categories & Domain Types
12
+
13
+ This configuration contains lists designed to block the following domain categories:
14
+
15
+ | Category | Blocked Domains | Description |
16
+ | -------- | --------------- | ----------- |
17
+ | 🔴 **Malware Sites** | `1,780,470` | Command & control servers, distribution endpoints, ransomware, and spyware platforms. |
18
+ | 🔴 **Phishing Pages** | `120,538` | Fraudulent login pages, credential harvesting forms, and identity spoofing sites. |
19
+ | 🔴 **Cryptomining** | `297` | Cryptojacking scripts, browser miners, and pool connection endpoints. |
20
+ | 🔴 **Advertising Domains** | `564,427` | Ad delivery networks, promotional servers, and banner scripting endpoints. |
21
+ | 🔴 **Tracking & Telemetry** | `718,193` | Analytics scripts, user profiling telemetry, and commercial data harvesting domains. |
22
+ | 🔴 **Spam & Scam Domains** | `24,121` | Malicious email redirectors, lottery scam landing pages, and deceptive bulk sites. |
23
+
24
+ ---
25
+
26
+ ## 🚀 How to Use
27
+
28
+ Select your preferred format below to load into your adblocker:
29
+
30
+ | Format | File Link | Description |
31
+ | ------ | --------- | ----------- |
32
+ | **Domains List** | [domains.txt](domains.txt) | Pure list of domains (best for custom scripts) |
33
+ | **Hosts Format** | [hosts.txt](hosts.txt) | Standard hosts file (0.0.0.0 format) |
34
+ | **Adblock Syntax** | [adblock.txt](adblock.txt) | Wildcard syntax (`||domain.com^`) |
35
+
36
+ ---
37
+
38
+ ## ⚙️ Setup Instructions
39
+
40
+ ### 1. Pi-hole (DNS Resolver)
41
+ 1. Copy the raw link to the **`domains.txt`** file above.
42
+ 2. Go to your Pi-hole admin panel.
43
+ 3. Navigate to **Group Management** -> **Adlists**.
44
+ 4. Paste the URL and click **Add**.
45
+
46
+ ### 2. AdGuard Home
47
+ 1. Copy the raw link to the **`hosts.txt`** file above.
48
+ 2. Go to AdGuard Home -> **Filters** -> **DNS blocklists**.
49
+ 3. Click **Add blocklist** -> **Add custom list**.
50
+ 4. Paste the URL and save.
51
+
52
+ ### 3. Browser Adblockers (uBlock Origin / AdGuard Extension)
53
+ 1. Copy the raw link to the **`adblock.txt`** file above.
54
+ 2. Open your extension settings page.
55
+ 3. Go to the **Filter Lists** tab.
56
+ 4. Scroll to the bottom, check **Import**, paste the URL, and click **Apply changes**.
57
+
58
+ ---
59
+ *Maintained and auto-updated daily by the [blackList pipeline](https://github.com/dev3Masud/blackList).*
variants/medium/adblock.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b423cd3b32d7d163799fa374aca5786a05e781f5a1ae5f33495976d7bbfa948
3
+ size 56303434
variants/medium/domains.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1d01f5095685b5784b1713bf5a0583f8af22f7b79544d01ca32c97a04c77350
3
+ size 48110938
variants/medium/hosts.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a07fc9cd50828e8cae93adb84a1200317d0de498964f71829c41cafa457c775
3
+ size 69957562
variants/medium/index.html ADDED
@@ -0,0 +1,529 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>blackList - Medium Variant</title>
7
+ <style>
8
+ @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap');
9
+
10
+ :root {
11
+ --font-sans: 'Plus Jakarta Sans', sans-serif;
12
+ --font-mono: 'JetBrains Mono', monospace;
13
+ --bg-primary: #08090d;
14
+ --bg-secondary: #0f111a;
15
+ --accent-primary: #4f46e5;
16
+ --accent-secondary: #06b6d4;
17
+ --success-color: #10b981;
18
+ --danger-color: #f43f5e;
19
+ --glass-bg: rgba(15, 17, 26, 0.55);
20
+ --glass-border: rgba(255, 255, 255, 0.06);
21
+ --glass-border-hover: rgba(255, 255, 255, 0.12);
22
+ --text-primary: #f8fafc;
23
+ --text-secondary: #94a3b8;
24
+ --text-muted: #64748b;
25
+ }
26
+
27
+ * { box-sizing: border-box; margin: 0; padding: 0; }
28
+
29
+ body {
30
+ background-color: var(--bg-primary);
31
+ color: var(--text-primary);
32
+ font-family: var(--font-sans);
33
+ min-height: 100vh;
34
+ line-height: 1.6;
35
+ display: flex;
36
+ flex-direction: column;
37
+ align-items: center;
38
+ padding: 3rem 1.5rem;
39
+ overflow-x: hidden;
40
+ }
41
+
42
+ /* Glowing Backdrop */
43
+ .bg-glow {
44
+ position: fixed;
45
+ top: 0;
46
+ left: 0;
47
+ width: 100vw;
48
+ height: 100vh;
49
+ z-index: -1;
50
+ overflow: hidden;
51
+ pointer-events: none;
52
+ }
53
+
54
+ .blob {
55
+ position: absolute;
56
+ width: 500px;
57
+ height: 500px;
58
+ border-radius: 50%;
59
+ filter: blur(130px);
60
+ opacity: 0.1;
61
+ }
62
+
63
+ .blob-1 {
64
+ top: -10%;
65
+ right: 10%;
66
+ background: var(--accent-primary);
67
+ }
68
+
69
+ .blob-2 {
70
+ bottom: -10%;
71
+ left: 10%;
72
+ background: var(--accent-secondary);
73
+ }
74
+
75
+ .container {
76
+ max-width: 800px;
77
+ width: 100%;
78
+ }
79
+
80
+ /* Back link */
81
+ .back-link {
82
+ display: inline-flex;
83
+ align-items: center;
84
+ gap: 0.5rem;
85
+ color: var(--text-secondary);
86
+ text-decoration: none;
87
+ font-weight: 600;
88
+ font-size: 0.9rem;
89
+ margin-bottom: 1.5rem;
90
+ transition: all 0.2s ease;
91
+ }
92
+
93
+ .back-link:hover {
94
+ color: var(--text-primary);
95
+ transform: translateX(-4px);
96
+ }
97
+
98
+ /* Glass Card layout */
99
+ .glass-card {
100
+ background: var(--glass-bg);
101
+ border: 1px solid var(--glass-border);
102
+ border-radius: 20px;
103
+ padding: 2.5rem;
104
+ backdrop-filter: blur(16px);
105
+ -webkit-backdrop-filter: blur(16px);
106
+ box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
107
+ margin-bottom: 2rem;
108
+ }
109
+
110
+ h1 {
111
+ font-size: 2.25rem;
112
+ font-weight: 800;
113
+ letter-spacing: -0.5px;
114
+ margin-bottom: 0.5rem;
115
+ background: linear-gradient(135deg, var(--text-primary) 30%, var(--accent-secondary) 100%);
116
+ -webkit-background-clip: text;
117
+ -webkit-text-fill-color: transparent;
118
+ }
119
+
120
+ .meta-list {
121
+ list-style: none;
122
+ margin: 1.5rem 0;
123
+ padding: 0;
124
+ display: flex;
125
+ flex-direction: column;
126
+ gap: 0.5rem;
127
+ }
128
+
129
+ .meta-list li {
130
+ display: flex;
131
+ align-items: center;
132
+ gap: 0.5rem;
133
+ color: var(--text-secondary);
134
+ font-size: 0.95rem;
135
+ }
136
+
137
+ .meta-list strong {
138
+ color: var(--text-primary);
139
+ }
140
+
141
+ .badge {
142
+ background: rgba(16, 185, 129, 0.08);
143
+ border: 1px solid rgba(16, 185, 129, 0.28);
144
+ color: var(--success-color);
145
+ padding: 0.15rem 0.6rem;
146
+ border-radius: 20px;
147
+ font-size: 0.78rem;
148
+ font-weight: 700;
149
+ letter-spacing: 0.5px;
150
+ }
151
+
152
+ .desc {
153
+ color: var(--text-secondary);
154
+ margin-bottom: 2rem;
155
+ }
156
+
157
+ h2 {
158
+ font-size: 1.4rem;
159
+ font-weight: 700;
160
+ margin: 2.5rem 0 1rem;
161
+ border-bottom: 1px solid var(--glass-border);
162
+ padding-bottom: 0.5rem;
163
+ }
164
+
165
+ /* Category lists */
166
+ .category-list {
167
+ display: grid;
168
+ grid-template-columns: 1fr;
169
+ gap: 1rem;
170
+ margin: 1.5rem 0;
171
+ }
172
+ @media (min-width: 600px) {
173
+ .category-list {
174
+ grid-template-columns: 1fr 1fr;
175
+ }
176
+ }
177
+ .category-item {
178
+ background: rgba(255, 255, 255, 0.02);
179
+ border: 1px solid var(--glass-border);
180
+ border-radius: 12px;
181
+ padding: 1.1rem;
182
+ display: flex;
183
+ flex-direction: column;
184
+ gap: 0.4rem;
185
+ transition: all 0.3s ease;
186
+ }
187
+ .category-item:hover {
188
+ background: rgba(255, 255, 255, 0.04);
189
+ border-color: var(--accent-secondary);
190
+ }
191
+ .category-tag {
192
+ font-weight: 700;
193
+ color: var(--text-primary);
194
+ font-size: 0.95rem;
195
+ display: inline-flex;
196
+ align-items: center;
197
+ gap: 6px;
198
+ }
199
+ .category-desc {
200
+ color: var(--text-secondary);
201
+ font-size: 0.85rem;
202
+ }
203
+
204
+ /* Downloads Table */
205
+ table {
206
+ width: 100%;
207
+ border-collapse: collapse;
208
+ margin: 1rem 0;
209
+ border: 1px solid var(--glass-border);
210
+ border-radius: 12px;
211
+ overflow: hidden;
212
+ background: rgba(10, 11, 16, 0.3);
213
+ }
214
+
215
+ th, td {
216
+ padding: 1rem;
217
+ text-align: left;
218
+ border-bottom: 1px solid var(--glass-border);
219
+ }
220
+
221
+ th {
222
+ background: rgba(0, 0, 0, 0.2);
223
+ color: var(--text-secondary);
224
+ font-size: 0.8rem;
225
+ text-transform: uppercase;
226
+ font-weight: 700;
227
+ letter-spacing: 0.5px;
228
+ }
229
+
230
+ td {
231
+ font-size: 0.95rem;
232
+ }
233
+
234
+ .file-name {
235
+ font-weight: 700;
236
+ font-family: var(--font-mono);
237
+ color: var(--accent-secondary);
238
+ }
239
+
240
+ /* Copy Button & Icons */
241
+ .action-row {
242
+ display: flex;
243
+ gap: 0.5rem;
244
+ }
245
+
246
+ .btn-icon {
247
+ background: rgba(255, 255, 255, 0.03);
248
+ border: 1px solid var(--glass-border);
249
+ color: var(--text-secondary);
250
+ width: 34px;
251
+ height: 34px;
252
+ border-radius: 8px;
253
+ cursor: pointer;
254
+ display: inline-flex;
255
+ justify-content: center;
256
+ align-items: center;
257
+ transition: all 0.2s ease;
258
+ text-decoration: none;
259
+ }
260
+
261
+ .btn-icon:hover {
262
+ background: rgba(255, 255, 255, 0.08);
263
+ border-color: var(--glass-border-hover);
264
+ color: var(--text-primary);
265
+ }
266
+
267
+ .copy-success {
268
+ background: rgba(16, 185, 129, 0.08) !important;
269
+ color: var(--success-color) !important;
270
+ border-color: var(--success-color) !important;
271
+ }
272
+
273
+ /* Setup/Config Info */
274
+ .setup-desc {
275
+ color: var(--text-secondary);
276
+ font-size: 0.95rem;
277
+ margin-bottom: 1.5rem;
278
+ }
279
+
280
+ /* Instructions formatting */
281
+ ol {
282
+ margin: 1rem 0 1.5rem 1.5rem;
283
+ display: flex;
284
+ flex-direction: column;
285
+ gap: 0.5rem;
286
+ }
287
+
288
+ li {
289
+ font-size: 0.95rem;
290
+ color: var(--text-secondary);
291
+ }
292
+
293
+ code {
294
+ font-family: var(--font-mono);
295
+ background: rgba(255, 255, 255, 0.05);
296
+ padding: 0.1rem 0.3rem;
297
+ border-radius: 4px;
298
+ font-size: 0.9rem;
299
+ color: var(--text-primary);
300
+ }
301
+
302
+ footer {
303
+ margin-top: 5rem;
304
+ text-align: center;
305
+ color: var(--text-muted);
306
+ font-size: 0.85rem;
307
+ border-top: 1px solid var(--glass-border);
308
+ padding-top: 2rem;
309
+ }
310
+
311
+ footer a {
312
+ color: var(--accent-secondary);
313
+ text-decoration: none;
314
+ }
315
+ </style>
316
+ </head>
317
+ <body>
318
+
319
+ <div class="bg-glow" aria-hidden="true">
320
+ <div class="blob blob-1"></div>
321
+ <div class="blob blob-2"></div>
322
+ </div>
323
+
324
+ <div class="container">
325
+
326
+ <a href="../../" class="back-link">
327
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>
328
+ <span>Back to Registry</span>
329
+ </a>
330
+
331
+ <main class="glass-card">
332
+ <h1>🛡️ blackList - Medium Variant</h1>
333
+
334
+ <ul class="meta-list">
335
+ <li>Status: <span class="badge">ACTIVE</span></li>
336
+ <li>Blocked Domains: <strong>2,730,826</strong></li>
337
+ </ul>
338
+
339
+ <p class="desc">Balanced protection and usability. Blocks security threats, ads, trackers, and spam domains. Recommended for standard home networks.</p>
340
+
341
+ <h2>📦 Blocked Categories & Domain Types</h2>
342
+ <div class="category-list">
343
+
344
+ <div class="category-item">
345
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
346
+ <span class="category-tag">
347
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
348
+ Malware Sites
349
+ </span>
350
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
351
+ 1,780,470
352
+ </span>
353
+ </div>
354
+ <span class="category-desc">Command & control servers, distribution endpoints, ransomware, and spyware platforms.</span>
355
+ </div>
356
+ <div class="category-item">
357
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
358
+ <span class="category-tag">
359
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
360
+ Phishing Pages
361
+ </span>
362
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
363
+ 120,538
364
+ </span>
365
+ </div>
366
+ <span class="category-desc">Fraudulent login pages, credential harvesting forms, and identity spoofing sites.</span>
367
+ </div>
368
+ <div class="category-item">
369
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
370
+ <span class="category-tag">
371
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
372
+ Cryptomining
373
+ </span>
374
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
375
+ 297
376
+ </span>
377
+ </div>
378
+ <span class="category-desc">Cryptojacking scripts, browser miners, and pool connection endpoints.</span>
379
+ </div>
380
+ <div class="category-item">
381
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
382
+ <span class="category-tag">
383
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
384
+ Advertising Domains
385
+ </span>
386
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
387
+ 564,427
388
+ </span>
389
+ </div>
390
+ <span class="category-desc">Ad delivery networks, promotional servers, and banner scripting endpoints.</span>
391
+ </div>
392
+ <div class="category-item">
393
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
394
+ <span class="category-tag">
395
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
396
+ Tracking & Telemetry
397
+ </span>
398
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
399
+ 718,193
400
+ </span>
401
+ </div>
402
+ <span class="category-desc">Analytics scripts, user profiling telemetry, and commercial data harvesting domains.</span>
403
+ </div>
404
+ <div class="category-item">
405
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
406
+ <span class="category-tag">
407
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
408
+ Spam & Scam Domains
409
+ </span>
410
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
411
+ 24,121
412
+ </span>
413
+ </div>
414
+ <span class="category-desc">Malicious email redirectors, lottery scam landing pages, and deceptive bulk sites.</span>
415
+ </div>
416
+ </div>
417
+
418
+ <h2>🚀 Compile Formats</h2>
419
+ <table>
420
+ <thead>
421
+ <tr>
422
+ <th>Format</th>
423
+ <th>Description</th>
424
+ <th style="width: 100px;">Actions</th>
425
+ </tr>
426
+ </thead>
427
+ <tbody>
428
+ <tr>
429
+ <td><span class="file-name">domains.txt</span></td>
430
+ <td style="color: var(--text-secondary);">Plaintext raw domains list</td>
431
+ <td>
432
+ <div class="action-row">
433
+ <button class="btn-icon" onclick="copyText('domains.txt')" title="Copy URL">
434
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
435
+ </button>
436
+ <a href="domains.txt" class="btn-icon" download title="Download">
437
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
438
+ </a>
439
+ </div>
440
+ </td>
441
+ </tr>
442
+ <tr>
443
+ <td><span class="file-name">hosts.txt</span></td>
444
+ <td style="color: var(--text-secondary);">Hosts file mapping (0.0.0.0 target)</td>
445
+ <td>
446
+ <div class="action-row">
447
+ <button class="btn-icon" onclick="copyText('hosts.txt')" title="Copy URL">
448
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
449
+ </button>
450
+ <a href="hosts.txt" class="btn-icon" download title="Download">
451
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
452
+ </a>
453
+ </div>
454
+ </td>
455
+ </tr>
456
+ <tr>
457
+ <td><span class="file-name">adblock.txt</span></td>
458
+ <td style="color: var(--text-secondary);">AdBlock syntax filter rules</td>
459
+ <td>
460
+ <div class="action-row">
461
+ <button class="btn-icon" onclick="copyText('adblock.txt')" title="Copy URL">
462
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
463
+ </button>
464
+ <a href="adblock.txt" class="btn-icon" download title="Download">
465
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
466
+ </a>
467
+ </div>
468
+ </td>
469
+ </tr>
470
+ </tbody>
471
+ </table>
472
+
473
+ <h2>⚙️ Setup Instructions</h2>
474
+
475
+ <h3>1. Pi-hole (DNS Resolver)</h3>
476
+ <ol>
477
+ <li>Click the copy button next to <code>domains.txt</code> above to copy the absolute link.</li>
478
+ <li>Go to your Pi-hole admin console.</li>
479
+ <li>Navigate to <strong>Group Management</strong> -> <strong>Adlists</strong>.</li>
480
+ <li>Paste the copied URL under Address and click <strong>Add</strong>.</li>
481
+ </ol>
482
+
483
+ <h3>2. AdGuard Home</h3>
484
+ <ol>
485
+ <li>Click the copy button next to <code>hosts.txt</code> above.</li>
486
+ <li>Open AdGuard Home dashboard and navigate to <strong>Filters</strong> -> <strong>DNS Blocklists</strong>.</li>
487
+ <li>Click <strong>Add Blocklist</strong> -> <strong>Add a custom list</strong>.</li>
488
+ <li>Paste the copied URL under list URL, give it a name, and save.</li>
489
+ </ol>
490
+
491
+ <h3>3. Browser Adblockers (uBlock Origin / AdGuard Extension)</h3>
492
+ <ol>
493
+ <li>Copy the link to <code>adblock.txt</code> above.</li>
494
+ <li>Open the extension settings and go to the <strong>Filter Lists</strong> (or My Filters) tab.</li>
495
+ <li>Scroll down, check <strong>Import</strong> under custom lists, paste the URL, and click <strong>Apply Changes</strong>.</li>
496
+ </ol>
497
+
498
+ </main>
499
+
500
+ <footer>
501
+ <p>Maintained and auto-updated daily by the <a href="https://github.com/dev3Masud/blackList" target="_blank">blackList pipeline</a>.</p>
502
+ </footer>
503
+
504
+ </div>
505
+
506
+ <script>
507
+ function copyText(subpath) {
508
+ const absoluteUrl = window.location.origin + window.location.pathname + subpath;
509
+
510
+ navigator.clipboard.writeText(absoluteUrl).then(() => {
511
+ const btn = event.currentTarget;
512
+ const originalContent = btn.innerHTML;
513
+
514
+ btn.innerHTML = `
515
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
516
+ `;
517
+ btn.classList.add("copy-success");
518
+
519
+ setTimeout(() => {
520
+ btn.innerHTML = originalContent;
521
+ btn.classList.remove("copy-success");
522
+ }, 1500);
523
+ }).catch(err => {
524
+ console.error("Could not copy URL:", err);
525
+ });
526
+ }
527
+ </script>
528
+ </body>
529
+ </html>
variants/nsfw/README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🛡️ blackList - Nsfw Variant
2
+
3
+ This directory contains the compiled **nsfw** blocklist.
4
+
5
+ * **Status**: Active
6
+ * **Total blocked domains**: `1,017,006`
7
+ * **Target audience**: Dedicated blocklist for filtering adult content, pornography, and age-restricted domains. Ideal for parental controls.
8
+
9
+ ---
10
+
11
+ ## 📦 Blocked Categories & Domain Types
12
+
13
+ This configuration contains lists designed to block the following domain categories:
14
+
15
+ | Category | Blocked Domains | Description |
16
+ | -------- | --------------- | ----------- |
17
+ | 🔴 **NSFW (Adult) Content** | `1,017,006` | Pornography, adult video portals, online dating platforms, and age-restricted domains. |
18
+
19
+ ---
20
+
21
+ ## 🚀 How to Use
22
+
23
+ Select your preferred format below to load into your adblocker:
24
+
25
+ | Format | File Link | Description |
26
+ | ------ | --------- | ----------- |
27
+ | **Domains List** | [domains.txt](domains.txt) | Pure list of domains (best for custom scripts) |
28
+ | **Hosts Format** | [hosts.txt](hosts.txt) | Standard hosts file (0.0.0.0 format) |
29
+ | **Adblock Syntax** | [adblock.txt](adblock.txt) | Wildcard syntax (`||domain.com^`) |
30
+
31
+ ---
32
+
33
+ ## ⚙️ Setup Instructions
34
+
35
+ ### 1. Pi-hole (DNS Resolver)
36
+ 1. Copy the raw link to the **`domains.txt`** file above.
37
+ 2. Go to your Pi-hole admin panel.
38
+ 3. Navigate to **Group Management** -> **Adlists**.
39
+ 4. Paste the URL and click **Add**.
40
+
41
+ ### 2. AdGuard Home
42
+ 1. Copy the raw link to the **`hosts.txt`** file above.
43
+ 2. Go to AdGuard Home -> **Filters** -> **DNS blocklists**.
44
+ 3. Click **Add blocklist** -> **Add custom list**.
45
+ 4. Paste the URL and save.
46
+
47
+ ### 3. Browser Adblockers (uBlock Origin / AdGuard Extension)
48
+ 1. Copy the raw link to the **`adblock.txt`** file above.
49
+ 2. Open your extension settings page.
50
+ 3. Go to the **Filter Lists** tab.
51
+ 4. Scroll to the bottom, check **Import**, paste the URL, and click **Apply changes**.
52
+
53
+ ---
54
+ *Maintained and auto-updated daily by the [blackList pipeline](https://github.com/dev3Masud/blackList).*
variants/nsfw/adblock.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b71a758b2e97189c6e551f7b062a9bcb04e43755213581f43421e81f6fcca6
3
+ size 22489028
variants/nsfw/domains.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d74abbd660a7c7828f9df5eff8160943fdb496689c217eb0b4e765af9358b18
3
+ size 19437992
variants/nsfw/hosts.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a8197804165ea01d665fb2081afeab85fe85874513ef010b439904542ea193b
3
+ size 27574056
variants/nsfw/index.html ADDED
@@ -0,0 +1,469 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>blackList - Nsfw Variant</title>
7
+ <style>
8
+ @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap');
9
+
10
+ :root {
11
+ --font-sans: 'Plus Jakarta Sans', sans-serif;
12
+ --font-mono: 'JetBrains Mono', monospace;
13
+ --bg-primary: #08090d;
14
+ --bg-secondary: #0f111a;
15
+ --accent-primary: #4f46e5;
16
+ --accent-secondary: #06b6d4;
17
+ --success-color: #10b981;
18
+ --danger-color: #f43f5e;
19
+ --glass-bg: rgba(15, 17, 26, 0.55);
20
+ --glass-border: rgba(255, 255, 255, 0.06);
21
+ --glass-border-hover: rgba(255, 255, 255, 0.12);
22
+ --text-primary: #f8fafc;
23
+ --text-secondary: #94a3b8;
24
+ --text-muted: #64748b;
25
+ }
26
+
27
+ * { box-sizing: border-box; margin: 0; padding: 0; }
28
+
29
+ body {
30
+ background-color: var(--bg-primary);
31
+ color: var(--text-primary);
32
+ font-family: var(--font-sans);
33
+ min-height: 100vh;
34
+ line-height: 1.6;
35
+ display: flex;
36
+ flex-direction: column;
37
+ align-items: center;
38
+ padding: 3rem 1.5rem;
39
+ overflow-x: hidden;
40
+ }
41
+
42
+ /* Glowing Backdrop */
43
+ .bg-glow {
44
+ position: fixed;
45
+ top: 0;
46
+ left: 0;
47
+ width: 100vw;
48
+ height: 100vh;
49
+ z-index: -1;
50
+ overflow: hidden;
51
+ pointer-events: none;
52
+ }
53
+
54
+ .blob {
55
+ position: absolute;
56
+ width: 500px;
57
+ height: 500px;
58
+ border-radius: 50%;
59
+ filter: blur(130px);
60
+ opacity: 0.1;
61
+ }
62
+
63
+ .blob-1 {
64
+ top: -10%;
65
+ right: 10%;
66
+ background: var(--accent-primary);
67
+ }
68
+
69
+ .blob-2 {
70
+ bottom: -10%;
71
+ left: 10%;
72
+ background: var(--accent-secondary);
73
+ }
74
+
75
+ .container {
76
+ max-width: 800px;
77
+ width: 100%;
78
+ }
79
+
80
+ /* Back link */
81
+ .back-link {
82
+ display: inline-flex;
83
+ align-items: center;
84
+ gap: 0.5rem;
85
+ color: var(--text-secondary);
86
+ text-decoration: none;
87
+ font-weight: 600;
88
+ font-size: 0.9rem;
89
+ margin-bottom: 1.5rem;
90
+ transition: all 0.2s ease;
91
+ }
92
+
93
+ .back-link:hover {
94
+ color: var(--text-primary);
95
+ transform: translateX(-4px);
96
+ }
97
+
98
+ /* Glass Card layout */
99
+ .glass-card {
100
+ background: var(--glass-bg);
101
+ border: 1px solid var(--glass-border);
102
+ border-radius: 20px;
103
+ padding: 2.5rem;
104
+ backdrop-filter: blur(16px);
105
+ -webkit-backdrop-filter: blur(16px);
106
+ box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
107
+ margin-bottom: 2rem;
108
+ }
109
+
110
+ h1 {
111
+ font-size: 2.25rem;
112
+ font-weight: 800;
113
+ letter-spacing: -0.5px;
114
+ margin-bottom: 0.5rem;
115
+ background: linear-gradient(135deg, var(--text-primary) 30%, var(--accent-secondary) 100%);
116
+ -webkit-background-clip: text;
117
+ -webkit-text-fill-color: transparent;
118
+ }
119
+
120
+ .meta-list {
121
+ list-style: none;
122
+ margin: 1.5rem 0;
123
+ padding: 0;
124
+ display: flex;
125
+ flex-direction: column;
126
+ gap: 0.5rem;
127
+ }
128
+
129
+ .meta-list li {
130
+ display: flex;
131
+ align-items: center;
132
+ gap: 0.5rem;
133
+ color: var(--text-secondary);
134
+ font-size: 0.95rem;
135
+ }
136
+
137
+ .meta-list strong {
138
+ color: var(--text-primary);
139
+ }
140
+
141
+ .badge {
142
+ background: rgba(16, 185, 129, 0.08);
143
+ border: 1px solid rgba(16, 185, 129, 0.28);
144
+ color: var(--success-color);
145
+ padding: 0.15rem 0.6rem;
146
+ border-radius: 20px;
147
+ font-size: 0.78rem;
148
+ font-weight: 700;
149
+ letter-spacing: 0.5px;
150
+ }
151
+
152
+ .desc {
153
+ color: var(--text-secondary);
154
+ margin-bottom: 2rem;
155
+ }
156
+
157
+ h2 {
158
+ font-size: 1.4rem;
159
+ font-weight: 700;
160
+ margin: 2.5rem 0 1rem;
161
+ border-bottom: 1px solid var(--glass-border);
162
+ padding-bottom: 0.5rem;
163
+ }
164
+
165
+ /* Category lists */
166
+ .category-list {
167
+ display: grid;
168
+ grid-template-columns: 1fr;
169
+ gap: 1rem;
170
+ margin: 1.5rem 0;
171
+ }
172
+ @media (min-width: 600px) {
173
+ .category-list {
174
+ grid-template-columns: 1fr 1fr;
175
+ }
176
+ }
177
+ .category-item {
178
+ background: rgba(255, 255, 255, 0.02);
179
+ border: 1px solid var(--glass-border);
180
+ border-radius: 12px;
181
+ padding: 1.1rem;
182
+ display: flex;
183
+ flex-direction: column;
184
+ gap: 0.4rem;
185
+ transition: all 0.3s ease;
186
+ }
187
+ .category-item:hover {
188
+ background: rgba(255, 255, 255, 0.04);
189
+ border-color: var(--accent-secondary);
190
+ }
191
+ .category-tag {
192
+ font-weight: 700;
193
+ color: var(--text-primary);
194
+ font-size: 0.95rem;
195
+ display: inline-flex;
196
+ align-items: center;
197
+ gap: 6px;
198
+ }
199
+ .category-desc {
200
+ color: var(--text-secondary);
201
+ font-size: 0.85rem;
202
+ }
203
+
204
+ /* Downloads Table */
205
+ table {
206
+ width: 100%;
207
+ border-collapse: collapse;
208
+ margin: 1rem 0;
209
+ border: 1px solid var(--glass-border);
210
+ border-radius: 12px;
211
+ overflow: hidden;
212
+ background: rgba(10, 11, 16, 0.3);
213
+ }
214
+
215
+ th, td {
216
+ padding: 1rem;
217
+ text-align: left;
218
+ border-bottom: 1px solid var(--glass-border);
219
+ }
220
+
221
+ th {
222
+ background: rgba(0, 0, 0, 0.2);
223
+ color: var(--text-secondary);
224
+ font-size: 0.8rem;
225
+ text-transform: uppercase;
226
+ font-weight: 700;
227
+ letter-spacing: 0.5px;
228
+ }
229
+
230
+ td {
231
+ font-size: 0.95rem;
232
+ }
233
+
234
+ .file-name {
235
+ font-weight: 700;
236
+ font-family: var(--font-mono);
237
+ color: var(--accent-secondary);
238
+ }
239
+
240
+ /* Copy Button & Icons */
241
+ .action-row {
242
+ display: flex;
243
+ gap: 0.5rem;
244
+ }
245
+
246
+ .btn-icon {
247
+ background: rgba(255, 255, 255, 0.03);
248
+ border: 1px solid var(--glass-border);
249
+ color: var(--text-secondary);
250
+ width: 34px;
251
+ height: 34px;
252
+ border-radius: 8px;
253
+ cursor: pointer;
254
+ display: inline-flex;
255
+ justify-content: center;
256
+ align-items: center;
257
+ transition: all 0.2s ease;
258
+ text-decoration: none;
259
+ }
260
+
261
+ .btn-icon:hover {
262
+ background: rgba(255, 255, 255, 0.08);
263
+ border-color: var(--glass-border-hover);
264
+ color: var(--text-primary);
265
+ }
266
+
267
+ .copy-success {
268
+ background: rgba(16, 185, 129, 0.08) !important;
269
+ color: var(--success-color) !important;
270
+ border-color: var(--success-color) !important;
271
+ }
272
+
273
+ /* Setup/Config Info */
274
+ .setup-desc {
275
+ color: var(--text-secondary);
276
+ font-size: 0.95rem;
277
+ margin-bottom: 1.5rem;
278
+ }
279
+
280
+ /* Instructions formatting */
281
+ ol {
282
+ margin: 1rem 0 1.5rem 1.5rem;
283
+ display: flex;
284
+ flex-direction: column;
285
+ gap: 0.5rem;
286
+ }
287
+
288
+ li {
289
+ font-size: 0.95rem;
290
+ color: var(--text-secondary);
291
+ }
292
+
293
+ code {
294
+ font-family: var(--font-mono);
295
+ background: rgba(255, 255, 255, 0.05);
296
+ padding: 0.1rem 0.3rem;
297
+ border-radius: 4px;
298
+ font-size: 0.9rem;
299
+ color: var(--text-primary);
300
+ }
301
+
302
+ footer {
303
+ margin-top: 5rem;
304
+ text-align: center;
305
+ color: var(--text-muted);
306
+ font-size: 0.85rem;
307
+ border-top: 1px solid var(--glass-border);
308
+ padding-top: 2rem;
309
+ }
310
+
311
+ footer a {
312
+ color: var(--accent-secondary);
313
+ text-decoration: none;
314
+ }
315
+ </style>
316
+ </head>
317
+ <body>
318
+
319
+ <div class="bg-glow" aria-hidden="true">
320
+ <div class="blob blob-1"></div>
321
+ <div class="blob blob-2"></div>
322
+ </div>
323
+
324
+ <div class="container">
325
+
326
+ <a href="../../" class="back-link">
327
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>
328
+ <span>Back to Registry</span>
329
+ </a>
330
+
331
+ <main class="glass-card">
332
+ <h1>🛡️ blackList - Nsfw Variant</h1>
333
+
334
+ <ul class="meta-list">
335
+ <li>Status: <span class="badge">ACTIVE</span></li>
336
+ <li>Blocked Domains: <strong>1,017,006</strong></li>
337
+ </ul>
338
+
339
+ <p class="desc">Dedicated blocklist for filtering adult content, pornography, and age-restricted domains. Ideal for parental controls.</p>
340
+
341
+ <h2>📦 Blocked Categories & Domain Types</h2>
342
+ <div class="category-list">
343
+
344
+ <div class="category-item">
345
+ <div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
346
+ <span class="category-tag">
347
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#f43f5e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line></svg>
348
+ NSFW (Adult) Content
349
+ </span>
350
+ <span style="font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; background: rgba(244, 63, 94, 0.15); color: var(--danger-color); padding: 0.15rem 0.5rem; border-radius: 6px;">
351
+ 1,017,006
352
+ </span>
353
+ </div>
354
+ <span class="category-desc">Pornography, adult video portals, online dating platforms, and age-restricted domains.</span>
355
+ </div>
356
+ </div>
357
+
358
+ <h2>🚀 Compile Formats</h2>
359
+ <table>
360
+ <thead>
361
+ <tr>
362
+ <th>Format</th>
363
+ <th>Description</th>
364
+ <th style="width: 100px;">Actions</th>
365
+ </tr>
366
+ </thead>
367
+ <tbody>
368
+ <tr>
369
+ <td><span class="file-name">domains.txt</span></td>
370
+ <td style="color: var(--text-secondary);">Plaintext raw domains list</td>
371
+ <td>
372
+ <div class="action-row">
373
+ <button class="btn-icon" onclick="copyText('domains.txt')" title="Copy URL">
374
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
375
+ </button>
376
+ <a href="domains.txt" class="btn-icon" download title="Download">
377
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
378
+ </a>
379
+ </div>
380
+ </td>
381
+ </tr>
382
+ <tr>
383
+ <td><span class="file-name">hosts.txt</span></td>
384
+ <td style="color: var(--text-secondary);">Hosts file mapping (0.0.0.0 target)</td>
385
+ <td>
386
+ <div class="action-row">
387
+ <button class="btn-icon" onclick="copyText('hosts.txt')" title="Copy URL">
388
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
389
+ </button>
390
+ <a href="hosts.txt" class="btn-icon" download title="Download">
391
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
392
+ </a>
393
+ </div>
394
+ </td>
395
+ </tr>
396
+ <tr>
397
+ <td><span class="file-name">adblock.txt</span></td>
398
+ <td style="color: var(--text-secondary);">AdBlock syntax filter rules</td>
399
+ <td>
400
+ <div class="action-row">
401
+ <button class="btn-icon" onclick="copyText('adblock.txt')" title="Copy URL">
402
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
403
+ </button>
404
+ <a href="adblock.txt" class="btn-icon" download title="Download">
405
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#64748b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
406
+ </a>
407
+ </div>
408
+ </td>
409
+ </tr>
410
+ </tbody>
411
+ </table>
412
+
413
+ <h2>⚙️ Setup Instructions</h2>
414
+
415
+ <h3>1. Pi-hole (DNS Resolver)</h3>
416
+ <ol>
417
+ <li>Click the copy button next to <code>domains.txt</code> above to copy the absolute link.</li>
418
+ <li>Go to your Pi-hole admin console.</li>
419
+ <li>Navigate to <strong>Group Management</strong> -> <strong>Adlists</strong>.</li>
420
+ <li>Paste the copied URL under Address and click <strong>Add</strong>.</li>
421
+ </ol>
422
+
423
+ <h3>2. AdGuard Home</h3>
424
+ <ol>
425
+ <li>Click the copy button next to <code>hosts.txt</code> above.</li>
426
+ <li>Open AdGuard Home dashboard and navigate to <strong>Filters</strong> -> <strong>DNS Blocklists</strong>.</li>
427
+ <li>Click <strong>Add Blocklist</strong> -> <strong>Add a custom list</strong>.</li>
428
+ <li>Paste the copied URL under list URL, give it a name, and save.</li>
429
+ </ol>
430
+
431
+ <h3>3. Browser Adblockers (uBlock Origin / AdGuard Extension)</h3>
432
+ <ol>
433
+ <li>Copy the link to <code>adblock.txt</code> above.</li>
434
+ <li>Open the extension settings and go to the <strong>Filter Lists</strong> (or My Filters) tab.</li>
435
+ <li>Scroll down, check <strong>Import</strong> under custom lists, paste the URL, and click <strong>Apply Changes</strong>.</li>
436
+ </ol>
437
+
438
+ </main>
439
+
440
+ <footer>
441
+ <p>Maintained and auto-updated daily by the <a href="https://github.com/dev3Masud/blackList" target="_blank">blackList pipeline</a>.</p>
442
+ </footer>
443
+
444
+ </div>
445
+
446
+ <script>
447
+ function copyText(subpath) {
448
+ const absoluteUrl = window.location.origin + window.location.pathname + subpath;
449
+
450
+ navigator.clipboard.writeText(absoluteUrl).then(() => {
451
+ const btn = event.currentTarget;
452
+ const originalContent = btn.innerHTML;
453
+
454
+ btn.innerHTML = `
455
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
456
+ `;
457
+ btn.classList.add("copy-success");
458
+
459
+ setTimeout(() => {
460
+ btn.innerHTML = originalContent;
461
+ btn.classList.remove("copy-success");
462
+ }, 1500);
463
+ }).catch(err => {
464
+ console.error("Could not copy URL:", err);
465
+ });
466
+ }
467
+ </script>
468
+ </body>
469
+ </html>