Created
July 7, 2019 20:47
-
-
Save steeleforge/a6ca7741c12542268cddc2dd3398a5ee to your computer and use it in GitHub Desktop.
hide promoted tweets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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