We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf409d4 commit 599b239Copy full SHA for 599b239
csdn.js
@@ -74,16 +74,11 @@
74
$('iframe').remove();
75
//更新提示
76
if (GM_getValue("csdnNotifi",true)==true)
77
- if(!confirm("CSDN极致去广告脚本已更新\n为解决csdn反广告问题\n请查看项目主页获取解决办法\n是否再次提示(取消即不再提示,确认将打开项目主页)"))
+ if(!confirm("CSDN极致去广告脚本已更新\n为解决csdn反广告问题\n请查看项目主页获取解决办法\n是否再次提示(取消即不再提示,确认将打开项目主页,请允许弹窗)"))
78
GM_setValue("csdnNotifi",false);
79
else
80
{
81
- var form = document.createElement('form');
82
- form.action = 'https://github.com/Azero-NG/csdnRemoveAd';
83
- form.target = '_blank';
84
- form.method = 'GET';
85
- document.body.appendChild(form);
86
- form.submit();
+ window.open('https://github.com/Azero-NG/csdnRemoveAd');
87
}
88
89
$(".blog-content-box ~ div").remove();//todo:streamline my code
0 commit comments