-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblocklist.txt
35 lines (32 loc) · 942 Bytes
/
blocklist.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
||x.com^$document
x.com##*
||twitter.com^$document
twitter.com##*
||news.google.com^$document
news.google.com##*
||daily.dev^$document
daily.dev##*
||medium.com^$document
medium.com##*
||linkedin.com^$document
linkedin.com##*
||github.com/trending^$document
github.com##html:has(meta[content='trending'][name='route-controller'])
! Block the main Reddit page, specific URL patterns, and explore page
||reddit.com^$document
||reddit.com/?feed=home$document
||reddit.com/explore$document
! Allow subreddit pages and necessary content
@@||reddit.com/r/*
@@||reddit.com/user/*
@@||reddit.com/api/*
@@||reddit.com/static/*
@@||reddit.com/embed/*
! Optional: Hide specific elements that might link back to the main page
reddit.com##a[href="/"]
reddit.com##a[href^="/r/all"]
reddit.com##a[href^="/r/popular"]
reddit.com##a[href="/best"]
reddit.com##a[href="/?feed=home"]
reddit.com##a[href="/explore"]
reddit.com##reddit-sidebar-nav#left-sidebar