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

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

Pada tanggal 07 April 2024. Lihat %(latest_version_link).

Penulis
138 Aspen
Nilai
0 0 0
Versi
0.4.8
Dibuat
21 September 2023
Diperbarui
07 April 2024
Size
1,21 KB
Lisensi
MIT
Berlaku untuk

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

目前临时就这些代码:

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"))
}