21 lines
688 B
Plaintext
21 lines
688 B
Plaintext
! Block Facebook pages by default
|
|
||facebook.com^$document
|
|
|
|
! Hide the content of Facebook's homepage in case the user proceeds anyways.
|
|
facebook.com###facebook
|
|
facebook.com##div[role="main"]
|
|
facebook.com##div[role="navigation"]
|
|
facebook.com##div[role="complementary"]
|
|
|
|
! Allow Facebook Marketplace
|
|
@@||facebook.com/marketplace/$document
|
|
|
|
! Unhide main content on Marketplace
|
|
facebook.com/marketplace#@##facebook
|
|
facebook.com/marketplace#@#div[role="main"]
|
|
facebook.com/marketplace#@#div[role="navigation"]
|
|
facebook.com/marketplace#@#div[role="complementary"]
|
|
|
|
! Hide the banner at the top of the page to prevent SPA-style navigation back to the homepage
|
|
facebook.com##div[role="banner"]
|