
No GIFs on Google+
By:
alexs77 on Dec 29th, 2011 | syntax:
CSS | size: 0.23 KB | hits: 48 | expires: Never
/* Apply on googleusercontent.com and plus.google.com */
/* For use (also) with Stylish */
@-moz-document domain("googleusercontent.com"), domain("plus.google.com") {
img[src*="gif"] {
display: none !important;
}
}