It deletes the blur and overlay text in the miniatures of elements that may have sensitive content.
ArchiveNoBlur by Joako-Herrero
Details
AuthorJoako-Herrero
LicenseNo License
Categoryarchive.org
Created
Updated
Size427 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 ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("archive.org") {
/* Inserte el código aquí... */
.overlay {
display: none !important;
visibility: hidden !important;
z-index: -999 !important;
}
img .blur{
filter: none;
}
}