Last active
August 4, 2016 13:23
-
-
Save cocoabox/1eb63397e79f5ac7784ac43e7208ff23 to your computer and use it in GitHub Desktop.
ツイッター広告消し(使い方:以下のテキストをコピーして、ブラウザのツールバーに「新しいページ」→アドレス欄に貼り付ける)
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);for(var sel in {".promoted-tweet":0, ".DismissibleModule":0}){style.sheet.insertRule(sel+" { 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