Guest

No GIFs on Google+

By: alexs77 on Dec 29th, 2011  |  syntax: CSS  |  size: 0.23 KB  |  hits: 48  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  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. }