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

Microsoft Edge Web Store support #1902

Open
jesus2099 opened this issue Jan 28, 2025 · 3 comments
Open

Microsoft Edge Web Store support #1902

jesus2099 opened this issue Jan 28, 2025 · 3 comments

Comments

@jesus2099
Copy link

Kiwi Browser has just been archived and is not maintained any more.
They suggest Edge Canary instead but I don't know it.
Apparently you cannot install extensions from the normal Chrome store but only from the Microsoft Edge Web Store, where Violentmonkey is already available but Stylus seems to be a fake.

@pabli24
Copy link
Contributor

pabli24 commented Jan 28, 2025

You can install Stylus by downloading it from github.
Unzip it, then open any chromium browser and go to Extensions page (chrome://extensions/).
Enable Developer mode. Pack extension. Copy stylus.crx to your phone.

Open Edge Canary and go to Settings -> About Microsoft Edge.
At the bottom of the screen, tap the Edge build number (e.g. Edge Canary 134.0.3094.0) 5 times to enable Developer Options.
Go to Settings -> Developer Options and select Extension install by crx.

The popup window doesn't work, but you can install styles by going to userstyles.world and disable or delete them in the Stylus manage page (After you install the style, click Manage button).
Also sometimes the install page can't load the style, but reopening the browser fixes it.

#1812

@pabli24
Copy link
Contributor

pabli24 commented Jan 28, 2025

Popup Fix: https://userstyles.world/style/20552/edge-moblie-stylus-popup-fix

@-moz-document regexp("^\\w+-extension://.+") {
	.mobile > body#stylus-popup {
		max-height: 600px;
	}
}

In landscape mode the popup height is different than 600px (328px on my phone), so it's not a perfect solution.

@nymbee16
Copy link

nymbee16 commented Feb 18, 2025

Edge Web Store support #1902

The bottom row is not displayed.

Edge Mobile Stylus Popup Fix by pabli 1.0.5
Android Edge canary 135.0.3145.0
stylus beta 3.3.9

Image

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

3 participants