Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

js脚本的require资源加载不成功 #29

Open
4 tasks done
Yan5zpky opened this issue Jan 30, 2022 · 7 comments
Open
4 tasks done

js脚本的require资源加载不成功 #29

Yan5zpky opened this issue Jan 30, 2022 · 7 comments

Comments

@Yan5zpky
Copy link

清单

脚本名称

不学习何以强国.js

软件/源码版本

20210125

系统版本,包含位数

windows10 x64

浏览器版本

edge

油猴等插件和它的版本

油猴 v4.11

详细描述

js脚本里引用的两个js资源被屏蔽了,需要更新一下。
https://cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.min.js

@Yan5zpky Yan5zpky added the bug Something isn't working label Jan 30, 2022
@Yan5zpky Yan5zpky changed the title 请修改这里的名称 js脚本的require资源被封 Jan 30, 2022
@techxuexi21
Copy link
Contributor

@Yan5zpky 现在脚本里的是这个啊,是这个也被屏蔽了吗?

@398371905
Copy link

// @require https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js
// @require https://cdn.jsdelivr.net/npm/blueimp-md5@2.9.0

可以用

@techxuexi21
Copy link
Contributor

@398371905 这个大部分地区被和谐了

@techxuexi21
Copy link
Contributor

techxuexi21 commented Jan 30, 2022

@techxuexi21 是 cdn.bootcdn.net 服务问题,原因还不知道

最近 TechXueXi-js 不学习何以强国 无法使用的一个原因是 第14-15行的CDN链接被和谐或者停止服务。不同地方被和谐的链接会不一样,同志们可以自己替换一下,0201版已替换

// @require https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.5.1.min.js
// @require https://cdn.jsdelivr.net/npm/blueimp-md5@2.9.0

@Yan5zpky
Copy link
Author

Yan5zpky commented Jan 31, 2022

@techxuexi21 是 cdn.bootcdn.net 服务问题,原因还不知道

之前能用,现在不能用,是这个cdn资源库的服务问题吧,我换了别的源的js资源就可以用,我临时用的菜鸟教程的,md5那个我找不到,用的github的源

// @require https://cdn.staticfile.org/jquery/3.5.1/jquery.min.js
// @require https://raw.githubusercontent.com/blueimp/JavaScript-MD5/master/js/md5.min.js

@techxuexi21 techxuexi21 changed the title js脚本的require资源被封 js脚本的require资源加载不成功 Feb 1, 2022
@techxuexi21 techxuexi21 removed the bug Something isn't working label Feb 1, 2022
@techxuexi21 techxuexi21 pinned this issue Feb 6, 2022
@zhutie-oldsuperman
Copy link

--> 当前ChromeDriver版本号和Chrome浏览器版本号不一致,准备进行更新
Traceback (most recent call last):
File "operation\get_chromedriver.py", line 29, in do
File "operation\get_chromedriver.py", line 56, in get_download_version
IndexError: list index out of range

--> 程序异常,请确保你的chrome浏览器是最新版本,然后重启脚本
请按任意键继续. . .

@wjw020206
Copy link

建议更新一下脚本试试,现在最新版本号为20230318

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants