Greasy Fork is available in English.

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

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

Penulis
5z4!WW
Pemasangan harian
3
Total pemasangan
26.244
Nilai
34 0 0
Versi
1.2
Dibuat
24 Maret 2020
Diperbarui
17 Juni 2020
Lisensi
MIT
Berlaku untuk

代码"详"解(bushi)


隐藏选中时的碍眼菜单

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


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


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

注意: 付费文档不能复制