-
Notifications
You must be signed in to change notification settings - Fork 40
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
Unable to install UserScripts (without Eruda) in Edge v122 #156
Comments
From the source code in chromium, we have following related information:
|
Edge has excluded urls ending with |
Edge has blocked .user.js from being previewed in the browser. Hence, we can rename the file extension to be .js (remove .user) to ensure Edge display the script inside browser. This partially solves #156, not perfectly.
Currently, to install scripts for Egde, we
|
Some scripts still won't install. |
Currently, that is really a bug of Edge browser. You could disable ChromeXt and find out that Egde simply cannot deal with files of Chinese names. |
@deltaxsingh, please follow the step 2, open scripts from the settings of (Edge) browser. Also, ensure that you are using latest ChromeXt build from GitHub Actions. |
Edge v122 no longer allows to present
JavaScript
files inside the browser, so that users of ChromeXt cannot view the scripts before install them.The text was updated successfully, but these errors were encountered: