Advertisement
Guest User

Hide sponsored posts on Tumblr

a guest
Jun 15th, 2013
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("www.tumblr.com") {
  4.  
  5. div[data-sponsored="1"] {
  6. display: none !important;
  7. }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement