小说下载器

一个可扩展的通用型小说下载器。

< 脚本小说下载器的反馈

评价:好评 - 脚本运行良好

§
发表于:2022-05-19
编辑于:2022-05-19

大佬,请问下我的360浏览器油猴能运行但是不显示下载按钮 暴力猴的话则提示 加载脚本依赖发生错误 请问怎么解决啊

bgme作者
§
发表于:2022-05-19

Fuck GFW !!!

cdn.jsdelivr.net 域名被 SNI filter 了。

$ curl -v https://cdn.jsdelivr.net/npm/crypto-js@4.1.1/crypto-js.js
*   Trying 2a04:4e42:12::485:443...
* Connected to cdn.jsdelivr.net (2a04:4e42:12::485) port 443 (#0)
* ALPN: offers h2
* ALPN: offers http/1.1
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: Connection reset by peer in connection to cdn.jsdelivr.net:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to cdn.jsdelivr.net:443


$ curl --ipv4 -v https://cdn.jsdelivr.net/npm/crypto-js@4.1.1/crypto-js.js
*   Trying 151.101.77.229:443...
* Connected to cdn.jsdelivr.net (151.101.77.229) port 443 (#0)
* ALPN: offers h2
* ALPN: offers http/1.1
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: Connection reset by peer in connection to cdn.jsdelivr.net:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to cdn.jsdelivr.net:443

发表回复

登录以发表回复。