-
Notifications
You must be signed in to change notification settings - Fork 33
/
base.txt
49 lines (34 loc) · 1.79 KB
/
base.txt
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
# START +=========================================================================================
# 🧾 Name: Strict List
# 🚦 Status: Experimental
# ✍ Version: 0.12
# 🚧 Build: 1101
# 📅 Date: 2024-08-27 12:30:20PM
# 🕔 Time: 3:50 AM
# 📔 Description:
# Blocks and then whitelists using Adblock-Style Syntax, Regular Expressions, Special Characters
# and Rule Modifiers.
# 🗨 Only works in Adblock Home v0.106.3 or later
# 🌐 Adguard Home Site: https://adguard.com/en/adguard-home/overview.html
# 🌐 AdGuard Home Repo: https://github.com/AdguardTeam/AdGuardHome
# Ref: https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists#adblock-style
# https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists#regular-expressions
# https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists#rules-examples
# ================================================================================================
# 🛑 Blocks everything
||*^$important
# Speeds up loading of https://learn.microsoft.com
|js.monitor.azure.com^$important
|wcpstatic.microsoft.com^$important
# Block Plex app ads on Samsung Smart TVs
|assets.springserve.com^$important
# 🛑 Priority blocks all HTTP traffic (insecure links) [disabled to test a bug, browsers should block by default anyway]
# ||http://$important
# ================================================================================================
# 🔍 SEARCH ENGINES:
# ✅ Whitelists search engines
## @@|/(bing|google|duckduckgo|qwant|brave)\.com/$important
# 📒 NOTES APPS:
# ✅ Whitelists notes apps
## @@|/(evernote\.com|standardnotes\.org)/$important
# END ============================================================================================