coldReactive

[Stylish] Hide WTF and Trends Boxes on Twitter

Aug 4th, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("twitter.com") {
  4. .Trends { display: none; }
  5. .wtf-module { display: none; }
  6. .wtf-module.has-content { display: none; }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment