You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,13 +18,10 @@ Due to different design ideas, supports for the following browsers are not perfe
21
18
22
19
## Usage
23
20
24
-
Currently, this project requires **Xposed framework** installed.
25
-
~~However, it is possible to make Xposed framework optional.
26
-
See related progress in the `Development plans` section.~~
27
-
28
-
You can try the following implements of it, depending on your Android version or whether having root enabled:
29
-
[LSPosed](https://github.com/LSPosed/LSPosed) and
30
-
[LSPatch](https://github.com/LSPosed/LSPatch) (technically not supported yet due to [isolated process issue](https://github.com/LSPosed/LSPatch/issues/190), we are working on it).
21
+
Currently, this project requires **Xposed framework** installed, such as
22
+
[LSPosed](https://github.com/LSPosed/LSPosed) for root users.
23
+
For non-root users, unfortunately
24
+
[LSPatch](https://github.com/LSPosed/LSPatch) is technically not supported yet due to [isolated process issue](https://github.com/LSPosed/LSPatch/issues/190); we are working on it.
31
25
32
26
Pick up the latest built APK from my repo's [GitHub Action](https://github.com/JingMatrix/ChromeXt/actions/workflows/android.yml) and install it.
33
27
The author uploads releases to [Xposed-Modules-Repo](https://github.com/Xposed-Modules-Repo/org.matrix.chromext/releases) when needed, but not that frequently.
@@ -92,6 +86,10 @@ On other areas, only the system gesture is available.
92
86
One can disable it through the `Developer options` menu.
93
87
(Tap seven times on the Chrome version from the Chrome settings, you will see the `Developer options` menu.)
94
88
89
+
### Enable Reader Mode manually
90
+
91
+
ChromeXt adds a book icon in the page menu to enable reader mode manually.
92
+
95
93
### AD Blocker solution
96
94
97
95
For blocking network requests, I recommend to use `AdAway` or any proxy AD Blocker such as `clash`.
@@ -113,7 +111,7 @@ A valid User-Agent should contain only ASCII characters.
113
111
Currently, ChromeXt only changes the `User-Agent` HTTP header, which
114
112
works well but is [deprecated](https://wicg.github.io/ua-client-hints/#user-agent).
115
113
116
-
For the User-Agent spoofing to take effects, you might need to refresh the page using the reload button in the page menu.
114
+
When the User-Agent spoofing is not working, refresh the page using the reload button in the page menu.
117
115
(By contrast, a swipe refresh might be insufficient.)
118
116
119
117
Note that the DevTools can also change User-Agent.
0 commit comments