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
Hello! I came across your project today, and I am the author of ChromeXt.
ChromeXt supports running UserScripts in (almost any) WebView browers, which seems to the main goal of your project.
If you are interesting in ChromeXt, welcome to contribute or share your thoughts.
If not, I hope mentioning my project might give you some new insiprations.
The text was updated successfully, but these errors were encountered:
Hi @JingMatrix ! I can't think of two more different ways to approach the same problem. I love what you've done, though I have to admit that I don't fully understand how it works.
I've never installed or played with Xposed, nor have I read any of its developer documentation. So, I have some work to do.
Having said that, I followed your instructions for non-root users and patched a small WebView-based browser.. and posted my experience. The only negative is that the minSdk for this browser is increased from Android 5.0 to 9.0, which limits its value only to newer devices. When tested on a newer (non-rooted) device with a wide selection of userscripts, it works amazingly well! Excellent job 😃
Hello, I am gald that you succeed in patching and running it without problems!
Upgrading minSDK is necessary for the patching to work because new ways of starting application is introduced in Android 8.
Thanks for sharing your experience, I believe it will help others!
Hello! I came across your project today, and I am the author of ChromeXt.
ChromeXt supports running UserScripts in (almost any) WebView browers, which seems to the main goal of your project.
If you are interesting in ChromeXt, welcome to contribute or share your thoughts.
If not, I hope mentioning my project might give you some new insiprations.
The text was updated successfully, but these errors were encountered: