Skip to content

Instantly share code, notes, and snippets.

@denmch
Created June 16, 2017 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denmch/46c5c974c10971678412aa862babe520 to your computer and use it in GitHub Desktop.
Save denmch/46c5c974c10971678412aa862babe520 to your computer and use it in GitHub Desktop.
Remove "So-and-So liked" from your Twitter feed on desktop
/* Use with a browser add-on like Stylebot to modify Twitter's styles */
[data-suggestion-json*="suggestion_type"] {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment