alexs77

No GIFs on Google+

Dec 29th, 2011
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. /* Apply on googleusercontent.com and plus.google.com */
  2. /* For use (also) with Stylish */
  3.  
  4. @-moz-document domain("googleusercontent.com"), domain("plus.google.com") {
  5.   img[src*="gif"] {
  6.    display: none !important;
  7.   }
  8. }
Add Comment
Please, Sign In to add comment