unblur images
byggahus.se by yoohahn
Details
Authoryoohahn
LicenseNo License
Categoryuserstyles
Created
Updated
Size360 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 byggahus.se
@version 20210830.18.31
@namespace userstyles.world/user/yoohahn
@description unblur images
@author yoohahn
@license No License
==/UserStyle== */
@-moz-document domain("byggahus.se"), domain("") {
html body .blurOverlay {
display: none!important;
}
html body img {
filter: none!important;
}
}