Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arafathusayn/126f130be72a821dae288da72a912ac7 to your computer and use it in GitHub Desktop.
Save arafathusayn/126f130be72a821dae288da72a912ac7 to your computer and use it in GitHub Desktop.
CSS for Facebook - Hide Like, React & Share Notification! It can be used with browser extension like "Stylish" or "FreeStyler" on Google Chrome, Mozilla Firefox, Opera etc. Features: It can hide the pop-up notifications and also works on Android and iOS platform if you browse the touch version of Facebook with Mozilla Firefox.
@-moz-document domain("facebook.com") {
li[data-gt*="story_reshare"], li[data-gt*="like"], li[data-gt*="feedback_reaction"], A._33e._1_0e[href*="notif_t=feedback_reaction_generic"], A._33e._1_0e[href*="notif_t=story_reshare"], A._33e._1_0e[href*="notif_t=like"] {
display: none !important;
}
A.touchable[href*="notif_t=feedback_reaction_generic"], A.touchable[href*="notif_t=story_reshare"], A.touchable[href*="notif_t=like"] {
display: none !important;
}
}
/*
# Install:
Option 1. https://userstyles.org/styles/127921/facebook-no-like-react-share-notification
Option 2. http://freestyler.ws/style/139700/facebook-no-like-react-share-notification
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment