Hide "Document Assistant" Hover Window in Baidu Wenku

Hide Baidu Wenku's hover window named "Document Assistant".

As of 2024-04-06. See the latest version.

Author
138 Aspen
Ratings
0 0 0
Version
0.4.7
Created
2023-09-21
Updated
2024-04-06
Size
1.07 KB
License
MIT
Applies to

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

目前临时就这些代码:

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