隐藏百度文库内“文档助手”悬浮窗

隐藏百度文库名为“文档助手”的悬浮窗

Maker
138 Aspen
Dagelijks aantal installaties
0
Totaal aantal installaties
488
Beoordelingen
2 0 0
Versie
0.4.8
Gemaakt op
21-09-2023
Bijgewerkt op
07-04-2024
Licentie
MIT
Wordt toegepast op

隐藏百度文库名为“文档助手”的悬浮窗

目前临时就这些代码:

GM_addStyle("#wk-chat { display: none !important; }");
GM_addStyle(".wk-chat-modal.open { display: none !important; }");
window.onload=function(){
    document.querySelector(".editor-plugin-wrap").parentElement.removeChild(document.querySelector(".editor-plugin-wrap"))
}

用法:切换到显示悬浮球后,再使能该脚本。