remove blur on adult images on archive.org
archive.org by daviddabney
Details
Authordaviddabney
LicenseNo License
Categoryarchive.org
Created
Updated
Size371 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 archive.org
@version 20230908.06.46
@namespace userstyles.world/user/daviddabney
@description remove blur on adult images on archive.org
@author daviddabney
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://archive.org/") {
:host-context(image-block) .blur {
filter: blur(0px) !important;
}
}