Greasy Fork is available in English.

百度文库允许复制, 百度文库复制限制解除

破解百度文库的禁止复制限制, because it's your web!

Auteur
5z4!WW
Installations quotidiennes
51
Installations (total)
29 781
Notes
34 0 1
Version
1.2
Créé
24/03/2020
Mis à jour
17/06/2020
Licence
MIT
S'applique à

代码"详"解(bushi)


隐藏选中时的碍眼菜单

GM_addStyle(`
#reader-helper-el
{
display:none;
}


移除 oncopy 属性, 相当于移除了对应的 EventListener
$("[class='bd doc-reader']").removeAttr("oncopy");


在文档完全加载完毕后执行函数
window.onload=()=>{init();}

注意: 付费文档不能复制