Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Jun 25, 2023
1 parent 47e62d1 commit cd12231
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ For WebView based browsers, these menu items are presented in the context menu.
## Bonus

Since WebView based browsers have no unified designs, the following
first three features are not supported for them.
first four features are not supported for them.

### Open in Chrome

Expand All @@ -112,6 +112,10 @@ One can disable it through the `Developer options` menu.

ChromeXt adds a book icon in the page menu to enable reader (distiller) mode manually.

### Export browser bookmarks

Bookmarks can be exported in HTML format through the `Developer options` menu.

### AD Blocker solution

For blocking network requests, I recommend to use `AdAway` or any proxy AD Blocker such as `clash`.
Expand Down Expand Up @@ -189,5 +193,5 @@ Here are corresponding files you might want / need to change:
- [x] Fix [LSPatch for isolated process](https://github.com/LSPosed/LSPatch/issues/190) issue
- [x] Implement UserScript storage
- [x] Re-implement GM_xmlhttpRequest
- [ ] Convert exported bookmarks to HTML format
- [x] Convert exported bookmarks to HTML format
- [ ] Add recommended scripts to the front end manager

0 comments on commit cd12231

Please sign in to comment.