Skip to content

Instantly share code, notes, and snippets.

@mustafamohsen
mustafamohsen / uBlock-socialmedia--filters
Last active July 18, 2026 11:13
uBlock filters for Facebook, Reddit, and X
! Facebook feed cleanup
! Note: uBlock Annoyances may already catch many Suggested posts.
! Suggested posts labelled near the post header
www.facebook.com##:is([aria-posinset],[aria-describedby]:not([aria-posinset])) div:not(:only-child)>div:only-child>div:only-child>div:first-child[class=""]>div:not([data-0]):has-text(/^Suggested/):upward([aria-posinset],[aria-describedby]:not([aria-posinset])):style(height: 0 !important; overflow: hidden !important;)
! Suggested posts without a clear label, usually with Follow/Join buttons
www.facebook.com##:is([aria-posinset],[aria-describedby]:not([aria-posinset])) :is(h3,h4) [role=button]:has-text(/Follow|Join/):upward([aria-posinset],[aria-describedby]:not([aria-posinset])):style(height: 0 !important; overflow: hidden !important;)
! Backup rule for posts that contain "Suggested for you"
www.facebook.com##:is([aria-posinset],[aria-describedby]:not([aria-posinset])):has-text(Suggested for you):style(height: 0 !important; overflow: hidden !important;)