Black out all GIFs, reveal on hover.
No More GIFs by devidw
Imported and mirrored from https://raw.githubusercontent.com/devidw/user-styles/master/sidewide/no-gifs/index.user.styl
Details
Authordevidw
LicenseUnlicense
Categoryunset
Created
Updated
Size635 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name No More GIFs
@version 1.0.1
@namespace d.wolf.gdn
@preprocessor stylus
@description Black out all GIFs, reveal on hover.
@author David Wolf <d@wolf.gdn> (https://d.wolf.gdn)
@homepageURL https://github.com/devidw/user-styles/tree/master/sidewide/no-gifs
@supportURL https://github.com/devidw/user-styles/issues
@license Unlicense
==/UserStyle== */
@-moz-document regexp(".*")
img[src$=".gif"]
iframe[src^="https://giphy.com/embed/"]
filter: brightness(0) blur(10px)
transition filter 1s
&:hover
filter: brightness(1)