-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinstall.html
More file actions
93 lines (85 loc) · 4.28 KB
/
install.html
File metadata and controls
93 lines (85 loc) · 4.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>LostAd - Automated Install</title>
</head>
<body style="font-family: sans-serif; background: #f9f9f9; color: #333; text-align: center; padding: 2em;">
<h1>🚀 Automated Install for LostAd</h1>
<p><strong>For Browser Extensions (uBlock Origin / AdGuard / AdBlock Plus):</strong><br>
<em>Provides maximum protection in your web browser.</em>
</p>
<p>
<a href="abp:subscribe?location=https://adblock.lostinthe.cloud/lostad_full.txt&title=LostAd Full">Install LostAd Full</a>
</p>
<p><strong>For AdGuard for Windows / Mac / Android:</strong><br>
<em>For maximum system-wide protection, add the Full list to your Web Filters and the DNS list to your DNS Protection.</em><br>
<span style="font-size: 0.9em; color: #555;">(Note: If the Full list breaks specific desktop/mobile apps, you can build a custom blocklist from the individual modules below instead.)</span>
</p>
<p>
<a href="https://adblock.lostinthe.cloud/lostad_full.txt">LostAd Full (Raw)</a> |
<a href="https://adblock.lostinthe.cloud/lostad_dns.txt">LostAd DNS (Raw)</a>
</p>
<p><strong>For AdGuard Home / Pi-hole / NextDNS:</strong><br>
<em>For network-level blocking.</em><br>
Use <a href="https://adblock.lostinthe.cloud/lostad_dns.txt">LostAd DNS</a> as your DNS blocklist.
</p>
<hr style="margin: 2em auto; width: 60%;">
<h2>🧩 Install Modules Manually</h2>
<p style="font-size: 0.9em; color: #555; margin-bottom: 1.5em;">Build a custom setup if the Full list causes issues with certain apps or websites.</p>
<table style="margin: 0 auto; border-collapse: collapse;">
<thead>
<tr>
<th style="padding: 8px; border-bottom: 1px solid #ccc;">Module</th>
<th style="padding: 8px; border-bottom: 1px solid #ccc;">Description</th>
<th style="padding: 8px; border-bottom: 1px solid #ccc;">Install</th>
<th style="padding: 8px; border-bottom: 1px solid #ccc;">Raw</th>
</tr>
</thead>
<tbody>
<tr>
<td>Core</td>
<td>Essential ad & tracking domains, no fluff</td>
<td><a href="abp:subscribe?location=https://adblock.lostinthe.cloud/lostad_core.txt&title=LostAd Core">Install</a></td>
<td><a href="https://adblock.lostinthe.cloud/lostad_core.txt">View</a></td>
</tr>
<tr>
<td>Cookies</td>
<td>Cookie banners, GDPR nags, and annoying consent modals</td>
<td><a href="abp:subscribe?location=https://adblock.lostinthe.cloud/lostad_cookies.txt&title=LostAd Cookies">Install</a></td>
<td><a href="https://adblock.lostinthe.cloud/lostad_cookies.txt">View</a></td>
</tr>
<tr>
<td>Tracking</td>
<td>Blocks telemetry, fingerprinting, analytics</td>
<td><a href="abp:subscribe?location=https://adblock.lostinthe.cloud/lostad_tracking.txt&title=LostAd Tracking">Install</a></td>
<td><a href="https://adblock.lostinthe.cloud/lostad_tracking.txt">View</a></td>
</tr>
<tr>
<td>Social</td>
<td>Removes embeds, share buttons, social widgets</td>
<td><a href="abp:subscribe?location=https://adblock.lostinthe.cloud/lostad_social.txt&title=LostAd Social">Install</a></td>
<td><a href="https://adblock.lostinthe.cloud/lostad_social.txt">View</a></td>
</tr>
<tr>
<td>Annoyances</td>
<td>Overlays, newsletter popups, floating junk</td>
<td><a href="abp:subscribe?location=https://adblock.lostinthe.cloud/lostad_annoyances.txt&title=LostAd Annoyances">Install</a></td>
<td><a href="https://adblock.lostinthe.cloud/lostad_annoyances.txt">View</a></td>
</tr>
<tr>
<td>German</td>
<td>Region-specific annoyances & trackers (DE/AT/CH)</td>
<td><a href="abp:subscribe?location=https://adblock.lostinthe.cloud/lostad_german.txt&title=LostAd German">Install</a></td>
<td><a href="https://adblock.lostinthe.cloud/lostad_german.txt">View</a></td>
</tr>
</tbody>
</table>
<hr style="margin: 2em auto; width: 60%;">
<p>
🔍 <a href="https://adblock.lostinthe.cloud/">Browse All Files</a><br>
🛠️ <a href="https://github.com/lennihein/LostAd">View on GitHub</a>
</p>
</body>
</html>