15 lines
539 B
Plaintext
15 lines
539 B
Plaintext
! Block all Reddit pages by default
|
|
||reddit.com^$document
|
|
|
|
! In case the user chooses "Proceed", blank out all articles (feed posts) on the Reddit homepage.
|
|
reddit.com##article
|
|
|
|
! Hide the sidebar, except for in subreddit homepages so you can read the descriptions and rules.
|
|
reddit.com##:not(:has(shreddit-subreddit-header))#right-sidebar-container
|
|
|
|
! Allow individual post pages (which always contain r/*/comments/)
|
|
@@||reddit.com/r/*/comments/$document
|
|
|
|
! Hide <nav> elements to prevent SPA-style loading of feeds.
|
|
www.reddit.com##nav
|