Skip to content
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

Open
MuhammadBayiz opened this issue Dec 20, 2022 · 3 comments
Open

Add support for ChromeXT #20

MuhammadBayiz opened this issue Dec 20, 2022 · 3 comments

Comments

@MuhammadBayiz
Copy link

MuhammadBayiz commented Dec 20, 2022

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

// prettier-ignore
var meta = {
    rawmdb: function () {

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

@FarisHijazi
Copy link
Owner

FarisHijazi commented Dec 22, 2022

thanks for the feedback

could you make those changes and submit a pull request
I probably won't look at it any time soon

Try removing the meta part and see what works, I don't have chromext and fixing it will be annoying, you're more suited to fix it, once you do, I'll be happy to merge the changes

@MuhammadBayiz
Copy link
Author

I will try and see what i can do if i managed to make it work I'll submit a pull request

@MuhammadBayiz
Copy link
Author

Hi again!
I talked to ChromeXT's Author and he checked the issue and said:

Chrome doesn't support @require from https://raw.githubusercontent.com

As a solution, you may ask the original author to follow this advice: https://github.com/orgs/community/discussions/25343

Could you check it having this Wonderful script on my Android would be a hell of an upgrade.

@MuhammadBayiz MuhammadBayiz reopened this Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants