๐
Remove biliibli live blur mask by sparanoid
Details
Authorsparanoid
LicenseNo License
Categorylive.bilibili.com
Created
Updated
Size343 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 Remove biliibli live blur mask
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author sparanoid
==/UserStyle== */
@-moz-document domain("live.bilibili.com") {
/* ๐
*/
#web-player-module-area-mask-panel {
display: none !important;
}
}