Skip to content

Commit

Permalink
chore: update readme, update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Jan 12, 2024
1 parent 180c8b9 commit f5fcc35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: dev-ci
on:
push:
paths-ignore:
- '**/*.md'
branches:
- dev
pull_request:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,13 @@

- **要求 Chrome 内核版本 >= 105**,浏览器内核版本过低会导致部分功能失效,如:无法净化顶栏

> 鉴于 Google 在推行 [Manifest V3](https://developer.chrome.com/docs/extensions/migrating/checklist),未来会影响油猴插件,参考[Tampermonkey changelog](https://www.tampermonkey.net/changelog.php#v5.0.0)
> 可考虑启用浏览器开发者模式,Chrome 和 Edge 均可在插件管理页找到开关。
### Firefox

- **Firefox版本 103~120,按如下步骤开启高级设定**
- 在浏览器内打开网址 [about:config](about:config)若出现提示页面,点击「接受风险并继续」
- 在浏览器内打开网址 [about:config](about:config)若出现风险提示,点击「接受风险并继续」
- 搜索 `layout.css.has-selector.enabled` ,将这一项的开关改为 `true`,并刷新标签页
- **Firefox版本 > 121,无需修改设定**

Expand Down Expand Up @@ -221,6 +224,8 @@
## Ref

- [vite-plugin-monkey](https://github.com/lisonge/vite-plugin-monkey)
- [Manifest V3](https://developer.chrome.com/docs/extensions/migrating/checklist)
- [TamperMonkey 5.0](https://www.tampermonkey.net/changelog.php#v5.0.0)

## Contribution

Expand Down

0 comments on commit f5fcc35

Please sign in to comment.