Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Dec 6, 2023
1 parent c46f287 commit 9e32d5e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
30 changes: 10 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 默认未启用,如需启用请到扩展选项页自行打开

## 扩展选项页使用简述

Expand Down
8 changes: 3 additions & 5 deletions extension/options_ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

## 选项页原理

> 选项页一直都是围绕 `chrome.declarativeNetRequest.updateDynamicRules`
> 函数的使用,而展开开发工作
>
> 选项页一直都是围绕 `chrome.declarativeNetRequest.updateDynamicRules` 函数的使用,而展开开发工作
> 函数使用文档:
> https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#method-updateDynamicRules
Expand Down Expand Up @@ -130,8 +129,7 @@ chrome.declarativeNetRequest.updateDynamicRules(

> 默认未启用的规则,如何启用?
>
> 答:扩展默认选项设置 =》 默认候选项切换 =》 选中规则候选项=》启用
> 默认未启用的规则
> 答:扩展默认选项设置 =》 默认候选项切换 =》 选中规则候选项=》启用默认未启用的规则
>
> 规则 id=9999,priority=9999。规则拥有最高优先级,作用:
>
Expand Down

0 comments on commit 9e32d5e

Please sign in to comment.