Enhancing the experience of watching Bilibili live streaming.
< Feedback on Bilibili Live Tasks Helper
个别分区存在b站网页端添加的马赛克,能否在移除元素中增加移除直播间马赛克的功能GM_addStyle(` .web-player-module-area-mask{ opacity: 0 }`);
了解了,谢谢
Sign in to post a reply.
个别分区存在b站网页端添加的马赛克,能否在移除元素中增加移除直播间马赛克的功能
GM_addStyle(`
.web-player-module-area-mask{
opacity: 0
}
`);