Skip to content

Loading…

Support for Microsoft Edge Browser #1481

Open
machhamohanakrishna opened this Issue · 7 comments

6 participants

@machhamohanakrishna

Are there any plans to support uBlock for Microsoft Edge Browser????

@hackel

Hopefully not. Why would the uBlock team want to do anything that might encourage people to use that proprietary garbage? We all should have a common interest in maintaining an open, standards-complaint web.

@lewisje

Once Edge gets proper extension support, it should be no big deal for someone to fork uBlock Origin to run on Edge, because its extension system is similar to Chrome's.

@nickaein

Many users are looking for decent plugins for Edge while there are few extensions available for Edge. Porting uBlock to Edge will be a big plus.

@ThisIsAlanB

@hackel Isn't Chrome the same way?

@Gitoffthelawn

@lewisje wrote: "Once Edge gets proper extension support, it should be no big deal for someone to fork uBlock Origin to run on Edge, because its extension system is similar to Chrome's."

Can you clarify? It sounds to me that you are saying that Edge has rudimentary extension support, but it's not really effective at this point. Is that an accurate understanding, or am I misunderstanding what you are trying to convey?

@lewisje

What I mean is that I had read that Reddit Enhancement Suite was ported to Edge early in its development, so the infrastructure is there, but Edge in Windows RTM can't install extensions.


Also, if an extension is just a wrapper around a UserScript, you'll probably be able to test it by setting up an IIFE that loads the script into the document, either by pasting that into the console or by turning that into a bookmarklet...

...although to get a bookmarklet to work on Edge, you have to make some random Favorite, then close the browser, then open the resulting .url file (in a cryptically named folder) in Notepad, then change the URL to be the javascript: URI in the bookmarklet, then add a new section called

[Bookmarklet]
ExtendedURL=<that same javascript: URI>

...or just add the bookmarklet to Internet Explorer, then go to Edge and import Favorites.

I did just that sort of thing with a couple extensions for Twitch that are being tested in Edge, called BetterTTV and FrankerFaceZ.

Unfortunately, you can't test a fairly complex extension like uBlock Origin that way, but at least I can say that, as SirStendec (developer of FrankerFaceZ) figured out, Edge does not support scoped CSS, so his use of it in querySelectorAll broke when he tried it in Edge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.