Remove login shield and blur effect
www.wjx.top Login Shield Remover by sparanoid
Details
Authorsparanoid
LicenseNo License
Categorywww.wjx.top
Created
Updated
Size450 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 www.wjx.top Login Shield Remover
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Remove login shield and blur effect
@author Me
==/UserStyle== */
@-moz-document domain("www.wjx.top") {
.layui-layer-shade,
.login_layer {
display: none !important;
}
.isblur {
filter: none !important;
}
.disabled {
pointer-events: auto !important;
}
}