From cd12231d8e63448ee87da7c22a94f00e267e8f84 Mon Sep 17 00:00:00 2001 From: JingMatrix Date: Sun, 25 Jun 2023 23:05:14 +0200 Subject: [PATCH] Update docs --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e45d5c7a..e7e03013 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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`. @@ -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