Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ComFreek/6ebe67fab5be073ce0804e6456d78847 to your computer and use it in GitHub Desktop.
Save ComFreek/6ebe67fab5be073ce0804e6456d78847 to your computer and use it in GitHub Desktop.
AdBlockPlus and uBlockOrigin filter list preventing own content creation on Facebook
# Block liking of content
facebook.com##a[role=button]:has-text(Like)
# Block creation of own content
facebook.com##a[role=button]:has-text(Reply)
facebook.com##div[aria-label="Write a reply"]
facebook.com##div[aria-label="Write a comment..."]
facebook.com##div[aria-label="Create a post"]
facebook.com##form.commentable_item form
#facebook.com##form.commentable_item span:not([aria-hidden="true"]) > img
# Block way to create own story
facebook.com##div#stories_tray > div > div:not([data-testid])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment