无代理访问aurakingdom.to

无代理访问aurakingdom.to官网

Autor
苏芣苡
Installationen heute
0
Installationen gesamt
106
Bewertungen
0 0 0
Version
0.1
Erstellt am
01.01.2022
Letzte Aktualisierung
01.01.2022
Lizenz
MIT
Wird angewandt auf

因为国内不开代理就无法访问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
即可