Created
May 31, 2016 03:39
-
-
Save cocoabox/4538f9e837603b735b8f38983d8e8138 to your computer and use it in GitHub Desktop.
hide promoted tweets from twitter / プロモツイートを全部非表示にするなにか
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:var style = document.createElement("style");document.head.appendChild(style);style.sheet.insertRule(".promoted-tweet { display: none !important; height: 0 !important; overflow: hidden !important }",0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment