CSDN自动展开阅读全文,不用关注博主
< 脚本CSDN免关注阅读全文的反馈
document.body.contentEditable = truedocument.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或关注我们的公众号极客氢云获取最新地址
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();