Skip to content

Instantly share code, notes, and snippets.

@Jalict
Last active September 7, 2018 17:55
Show Gist options
  • Save Jalict/f36c82d9598627cf723321acb9884032 to your computer and use it in GitHub Desktop.
Save Jalict/f36c82d9598627cf723321acb9884032 to your computer and use it in GitHub Desktop.
Personal uBlock Filter for Social Media in order to make them less distracting and to reduce unnecessary (personal preference) features that consumes more time than anything else.
!==========================TWITTER==============================
! Removes Likes from Notifications
twitter.com##.js-toggleState.ProfileTweet-action--favorite.ProfileTweet-action
! Removes Retweeting from Notifications
twitter.com## .js-toggleRt.js-toggleState.ProfileTweet-action--retweet.ProfileTweet-action
! Removes Likes from frontpage
twitter.com## .js-toggleState.ProfileTweet-action--favorite.ProfileTweet-action
! Removes retweeting from frontpage
twitter.com## .js-toggleRt.js-toggleState.ProfileTweet-action--retweet.ProfileTweet-action
! Removes Following Suggestions
twitter.com##.has-content.roaming-module.js-wtf-module.wtf-module.module
! Removes Trending
twitter.com##.trends.Trends.module
! Removes Posts that people liked (thanks @thefranke)
twitter.com##.tweet[data-component-context*="suggest_activity"]
! Highlights in Notifications (untested)
twitter.com###stream-item-activity-1528101020893
!==========================FACEBOOK==============================
! Removes the news feed
www.facebook.com###topnews_main_stream_408239535924329
! Removes Right Column filled with???
www.facebook.com##.egoOrganicColumn.d_uaf32dd04.pagelet > ._1-ia > ._4-u8._20os._2tyk._1-ib._4-u2
! Removes the stories
www.facebook.com###stories_pagelet_rhc
! Removes Tips for Pages
www.facebook.com###AYMT_page_hpp_tip_pagelet
! Remove Top Picks Marketplace on Right side
###pagelet_marketplace_new_user_top_picks_rhc > ._1-ia
! Remove Still Available Marketplace on Right Side
###pagelet_marketplace_recently_viewed_rhc > ._1-ia
!==========================YOUTUBE==============================
! Removes comments
www.youtube.com###comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment