// ==UserScript== // @name b站的收藏夹悬浮才显示的内容加个button点击全部显示 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 因为我需要看到作者,所以才想做这个功能 // @author xiaoxiami // @match https://space.bilibili.com/*/favlist?* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant unsafeWindow // @grant GM_addStyle // ==/UserScript== (function() { setTimeout(() => { let url = window.location.href; // 默认是不显示的 let flag = false; let playPosition =document.getElementsByClassName("favInfo-details")[0]; let getHoverContent = `