无代理访问aurakingdom.to

无代理访问aurakingdom.to官网

Skapare
苏芣苡
Dagliga installationer
0
Totala installationer
106
Betyg
0 0 0
Version
0.1
Skapad
2022-01-01
Uppdaterad
2022-01-01
Licens
MIT
Gäller för

因为国内不开代理就无法访问Google
所以AK官网的Jquery无法加载(https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js)
本脚本引用Jquery官方cdn加速版核心(https://code.jquery.com/jquery-3.2.1.js)
替换掉了原有的谷歌Jquery核心
由于https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js不能从根本上移除。
所以还是会加载访问 大约在20秒左右才会提示超时,不再访问加载(影响页面的加载速度)。
所以我们就要通过修改hosts达到立即无法加载的目的
使用任意文本编辑器打开
C:\Windows\System32\drivers\etc\hosts
添加
127.0.0.1 ajax.googleapis.com
即可