Skip to content

Instantly share code, notes, and snippets.

@dleslie
Last active March 5, 2026 20:35
Show Gist options
  • Select an option

  • Save dleslie/37c62a681fbabe5757eedbb87665d710 to your computer and use it in GitHub Desktop.

Select an option

Save dleslie/37c62a681fbabe5757eedbb87665d710 to your computer and use it in GitHub Desktop.
Ublock Facebook Filter
! >> uBlock filters - Annoyances should remove Suggested posts without a need for additional filters <<
! Suggested for you
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;)
! Unlabelled Suggested posts (with a 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;)
! Use only if you actually have these: Suggested posts with the label next to the post date
www.facebook.com##:is([aria-posinset],[aria-describedby]:not([aria-posinset])):has-text(Suggested for you):style(height: 0 !important; overflow: hidden !important;)
! People You May Know
www.facebook.com##:is([aria-posinset],[aria-describedby]:not([aria-posinset])):has([href="/friends/"]):style(height: 0 !important; overflow: hidden !important;)
! Suggested groups
www.facebook.com##:is([aria-posinset],[aria-describedby]:not([aria-posinset])):has([href="/groups/discover/"]):style(height: 0 !important; overflow: hidden !important;)
! Reels and short videos (English UI)
www.facebook.com##:is([aria-posinset],[aria-describedby]:not([aria-posinset])):has([aria-label="Reels"]):style(height: 0 !important; overflow: hidden !important;)
! Suggested pages
www.facebook.com##:is([aria-posinset],[aria-describedby]:not([aria-posinset])):has([aria-label="Suggested pages"]):style(height: 0 !important; overflow: hidden !important;)
! Title: Filters for Facebook Distractions
! Description: The uBlock Origin filter list that hides all distractions on Facebook to make usage less addictive and more focused.
! Homepage: https://github.com/BevizLaszlo/UBlock-Filters-for-Social-Media
! License: MIT
www.facebook.com##[aria-label="reel"]:upward(2)
www.facebook.com##.x193iq5w.xgmub6v.x1ceravr.x1v0nzow
#www.facebook.com##.x1hc1fzr.x1unhpq9.x6o7n8i
www.facebook.com##.x1w9j1nh.x1mtsufr.xqmdsaz.x1xfsgkm.x1iplk16.x1q0g3np.xozqiw3.x1qjc9v5.xl56j7k.xeuugli.xs83m0k.x1iyjqo2.x78zum5.x1ja2u2z.x1n2onr6.x9f619
www.facebook.com##ul.xuk3077.x78zum5.x1iyjqo2.xl56j7k.xe11lzi.x1vy8oqc.x88anuq>li:nth-child(3)
www.facebook.com##ul.xuk3077.x78zum5.x1iyjqo2.xl56j7k.xe11lzi.x1vy8oqc.x88anuq>li:nth-child(4)
www.facebook.com##ul.xuk3077.x78zum5.x1iyjqo2.xl56j7k.xe11lzi.x1vy8oqc.x88anuq>li:nth-child(5)
! mobile version:
facebook.com##body.Android div#screen-root>div>div>div.m:has(div[aria-label="What's on your mind?"]) ~ *
facebook.com##body.iOS div#screen-root>div>div>div.m:has(div[aria-label="What's on your mind?"]) ~ *
facebook.com##body.Android div[role="tablist"] div.bg-s3.m:nth-of-type(4)
facebook.com##body.Android div[role="tablist"] div.bg-s3.m:nth-of-type(6)
facebook.com##body.iOS div.bg-s3.m:nth-of-type(4)
facebook.com##body.iOS div.bg-s3.m:nth-of-type(6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment