We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
双击扩展图标,自动快捷打开选项页面 手动切换即可
也可以使用自定义规则:
备注: 新增自定义规则,优先级("priority")高的规则生效
候选地址集: https://github.com/justjavac/ReplaceGoogleCDN/tree/master/extension/rules/mirrors
如何使用自定义规则看这里1:
如何使用自定义规则看这里2,修改一下例子也可以:
举个例子:ajax.loli.net 服务挂了,选取如下一条规则,插入自定义规则即可
ajax.loli.net
插入之前,先把 "priority": 200 ,优先级增大
{ "id": 2, "priority": 201, "action": { "type": "redirect", "redirect": { "transform": { "scheme": "https", "host": "ajax.proxy.ustclug.org" } } }, "condition": { "urlFilter": "ajax.googleapis.com", "requestDomains": ["ajax.googleapis.com"], "resourceTypes": [ "main_frame", "sub_frame", "stylesheet", "script", "image", "font", "object", "xmlhttprequest", "ping", "csp_report", "media", "websocket", "webtransport", "webbundle", "other" ] } }
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
双击扩展图标,自动快捷打开选项页面 手动切换即可
也可以使用自定义规则:
备注: 新增自定义规则,优先级("priority")高的规则生效
候选地址集: https://github.com/justjavac/ReplaceGoogleCDN/tree/master/extension/rules/mirrors
如何使用自定义规则看这里1:
如何使用自定义规则看这里2,修改一下例子也可以:
举个例子:
ajax.loli.net
服务挂了,选取如下一条规则,插入自定义规则即可The text was updated successfully, but these errors were encountered: