Greasy Fork is available in English.

中国知网CNKI硕博论文PDF下载

知网文献、硕博论文批量下载,下载论文章节目录,阅读页面体验增强

< Commentaires sur 中国知网CNKI硕博论文PDF下载

Avis: Bon - le script fonctionne correctement

§
Posté le: 2023-03-08
Édité le: 2023-03-08

line 181、 224、227 ,这三行,修改一下替换代码,this.href.split("/")[2].match(".*cnki.net"),对远文358这个webvpn可以有更好的兼容性。有个学校老师遇到这个问题了,我就上来看了一下。

$('.downloadlink').attr('href',function(){return this.href.replace(this.href.split("/")[2],"chn.oversea.cnki.net")}); 修改为 $('.downloadlink').attr('href',function(){return this.href.replace(this.href.split("/")[2].match(".*cnki.net"),"chn.oversea.cnki.net")});

$('.downloadlink').attr('href',function(){return this.href.replace(this.href.split("/")[2],"kns.cnki.net")}); 修改为 $('.downloadlink').attr('href',function(){return this.href.replace(this.href.split("/")[2].match(".*cnki.net"),"kns.cnki.net")});

zoglmkAuteur
§
Posté le: 2023-03-08

感谢反馈👍!我会测试一下,没问题后面会更新到脚本。

Poster une réponse

Connectez-vous pour poster une réponse.