// ==UserScript== // @name B站一键备注 // @namespace https://bbs.tampermonkey.net.cn/ // @version 1.0.0 // @description Bilibili一键备注 | B站备注功能 // @author pxoxq // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle // @grant GM_deleteValue // @match https://*.bilibili.com/** // @run-at document-idle // ==/UserScript== (function() { 'use strict'; })();