what's more (@Gloow)vibe coding了一个B站直播马赛克遮罩的油猴脚本... 中发帖

如题,使用GPT-5.2写了一个去除B站直播马赛克遮罩的油猴脚本 
原理:B站是直接根据直播分区然后在用户前端加上马赛克遮罩的 就。。。非常幽默。
// ==UserScript==
// @name b站直播遮罩去除
// @namespace https://example.local/remove-area-mask
// @version 1.0.0
// @description b站直播遮罩去除
// @match *://*.bilibili.com/*
// @match *://bilibili.com/*
// @run-at document-start
// @grant GM_getValue
// @grant GM_setValue
// @grant ...