From 9e32d5e9d1e8ffbf7e6875c03677ccb47f714a0d Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Wed, 6 Dec 2023 13:45:02 +0800 Subject: [PATCH] update --- README.md | 30 ++++++++++-------------------- extension/options_ui/README.md | 8 +++----- 2 files changed, 13 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 7089f378..9480a741 100644 --- a/README.md +++ b/README.md @@ -29,30 +29,20 @@ 1. `ajax.googleapis.com` - 前端公共库,替换为 `ajax.loli.net` 1. `fonts.googleapis.com` - 免费字体库,替换为 `fonts.googleapis.cn` -1. `themes.googleusercontent.com` - fonts 有时会使用到这个里面的资源,替换为 - `themes.loli.net` +1. `themes.googleusercontent.com` - fonts 有时会使用到这个里面的资源,替换为`themes.loli.net` 1. `fonts.gstatic.com` - 免费字体库,替换为 `fonts.gstatic.cn` -1. `www.google.com/recaptcha` - Google 图像验证库,替换为 - `www.recaptcha.net/recaptcha` +1. `www.google.com/recaptcha` - Google 图像验证库,替换为`www.recaptcha.net/recaptcha` 1. `secure.gravatar.com` - gravatar 头像,替换为 `gravatar.loli.net` -1. `maxcdn.bootstrapcdn.com/bootstrap` - bootstrap 框架使用的 CDN,替换为 - `lib.baomitu.com/twitter-bootstrap/` -1. `code.jquery.com/jquery-(version)(suffix)` - jquery 框架使用的 CDN,替换为 - `https://fastly.jsdelivr.net/npm/jquery@$verson/dist/jquery$suffix` -1. `cdnjs.cloudflare.com` - 替换为 `cdnjs.loli.net` 默认未启用, - 如需启用请到扩展选项页自行打开 +1. `maxcdn.bootstrapcdn.com/bootstrap` - bootstrap 框架使用的 CDN,替换为`lib.baomitu.com/twitter-bootstrap/` +1. `code.jquery.com/jquery-(version)(suffix)` - jquery 框架使用的 CDN,替换为`https://fastly.jsdelivr.net/npm/jquery@$verson/dist/jquery$suffix` +1. `cdnjs.cloudflare.com` - 替换为 `cdnjs.loli.net` 默认未启用, 如需启用请到扩展选项页自行打开 1. `cdn.jsdelivr.net` - 替换为 `fastly.jsdelivr.net` -1. `developers.google.com` - 替换为 `developers.google.cn` 默认未启用, - 如需启用请到扩展选项页自行打开 -1. `developer.android.com` - 替换为 `developer.android.google.cn` 默认未启用, - 如需启用请到扩展选项页自行打开 -1. `source.android.com` - 替换为 `source.android.google.cn` 默认未启用, - 如需启用请到扩展选项页自行打开 -1. `www.gstatic.com` - 替换为 `www.gstatic.cn` 默认未启用, - 如需启用请到扩展选项页自行打开 +1. `developers.google.com` - 替换为 `developers.google.cn` 默认未启用, 如需启用请到扩展选项页自行打开 +1. `developer.android.com` - 替换为 `developer.android.google.cn` 默认未启用, 如需启用请到扩展选项页自行打开 +1. `source.android.com` - 替换为 `source.android.google.cn` 默认未启用, 如需启用请到扩展选项页自行打开 +1. `www.gstatic.com` - 替换为 `www.gstatic.cn` 默认未启用, 如需启用请到扩展选项页自行打开 1. `lh3.googleusercontent.com` 默认未启用, 如需启用请到扩展选项页自行打开 -1. `cdn.sstatic.net`- 替换为 `sstatic.net` 默认未启用, - 如需启用请到扩展选项页自行打开 +1. `cdn.sstatic.net`- 替换为 `sstatic.net` 默认未启用,如需启用请到扩展选项页自行打开 ## 扩展选项页使用简述 diff --git a/extension/options_ui/README.md b/extension/options_ui/README.md index 2fdd0e79..7c53ddd8 100644 --- a/extension/options_ui/README.md +++ b/extension/options_ui/README.md @@ -2,9 +2,8 @@ ## 选项页原理 -> 选项页一直都是围绕 `chrome.declarativeNetRequest.updateDynamicRules` -> 函数的使用,而展开开发工作 -> +> 选项页一直都是围绕 `chrome.declarativeNetRequest.updateDynamicRules` 函数的使用,而展开开发工作 + > 函数使用文档: > https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#method-updateDynamicRules @@ -130,8 +129,7 @@ chrome.declarativeNetRequest.updateDynamicRules( > 默认未启用的规则,如何启用? > -> 答:扩展默认选项设置 =》 默认候选项切换 =》 选中规则候选项=》启用 -> 默认未启用的规则 +> 答:扩展默认选项设置 =》 默认候选项切换 =》 选中规则候选项=》启用默认未启用的规则 > > 规则 id=9999,priority=9999。规则拥有最高优先级,作用: >