Skip to content

Instantly share code, notes, and snippets.

@steeleforge
Created July 7, 2019 20:47
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 steeleforge/a6ca7741c12542268cddc2dd3398a5ee to your computer and use it in GitHub Desktop.
Save steeleforge/a6ca7741c12542268cddc2dd3398a5ee to your computer and use it in GitHub Desktop.
hide promoted tweets
javascript:[...document.querySelectorAll('.promoted-account,.promoted-trend,.promoted-tweet')].map(el=>el.style.cssText='display:none!important');localStorage.removeItem('promoted_accounts');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment