-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ChromeXT #20
Comments
thanks for the feedback could you make those changes and submit a pull request Try removing the |
I will try and see what i can do if i managed to make it work I'll submit a pull request |
Hi again!
Could you check it having this Wonderful script on my Android would be a hell of an upgrade. |
ChromeXT is a Xposed framework module that adds support for Userscript in Google Chrome in rooted android phones, my issue is that I can't install the script as it says "Invalid Script" because the first line starts with
and not
// ==UserScript==
Here is ChromeXT repository link for more info
https://github.com/JingMatrix/ChromeXt
And probably update @include to @match probably gonna be necessary as new Chrome Standards requires and tampermonkey and other Userscript Managers will drop support for @include soon
The text was updated successfully, but these errors were encountered: