Skip to content

Instantly share code, notes, and snippets.

@cocoabox
Created May 31, 2016 03:39
Show Gist options
  • Select an option

  • Save cocoabox/4538f9e837603b735b8f38983d8e8138 to your computer and use it in GitHub Desktop.

Select an option

Save cocoabox/4538f9e837603b735b8f38983d8e8138 to your computer and use it in GitHub Desktop.
hide promoted tweets from twitter / プロモツイートを全部非表示にするなにか
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