CSDN免关注阅读全文

CSDN自动展开阅读全文,不用关注博主

< 腳本CSDN免关注阅读全文的回應

提問/評論

C N
§
發表於:2023-01-04

document.body.contentEditable = true
document.oncopy=function(){
event.returnValue=true;
};
document.onselectstart=function(){
event.returnValue=true;
};
document.oncontextmenu=function(){
event.returnValue=true;
};
// CSDN 解除关注后才能阅读全文的限制
$("#article_content").removeAttr("style");
$(".hide-article-box").remove();

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址