Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to attach user CSS to Microsoft Edge?

In Internet Explorer I can attach my own CSS: for instance, in IE 11 using Tools → Internet Options → General tab → Appearance section → Accessibility → User style sheet → Format documents using my style sheet (http://i.stack.imgur.com/gwHYs.png). In other browsers I use addons like Stylish etc.

Is there any way to do the same in Microsoft Edge? If not through interface options, then maybe through editing its files, or registry, or whatever?

like image 465
Dmitry Avatar asked Oct 11 '15 01:10

Dmitry


People also ask

How do I enable CSS in Microsoft Edge?

To open the CSS Overview tool: Navigate to the TODO list demo app in Microsoft Edge, or to your own webpage. Open DevTools by pressing F12 or Ctrl + Shift + I (Windows, Linux) or Command + Option + I (macOS). In the main toolbar, click More Tools and select CSS Overview from the list.

Does Microsoft Edge support CSS?

Note: CSS all property is Fully Supported on Microsoft Edge 97. To put it simply, if your website or web page is using CSS all property, then any user accessing your page through Microsoft Edge 97 browser would have a flawless viewing experience.

Does HTML5 work with Edge?

After you install the extension, the VMware HTML5 Multimedia Redirection icon appears in the upper-right corner of the Microsoft Edge (Chromium) browser window. When the HTML5 Multimedia Redirection feature is working, the letters REDR appear over the icon.


1 Answers

NOTE: This answer only applies to the "Spartan" Edge browser: 2015 to 2019, and not the Chromium-based Edge browser.


(Disclaimer: I have worked on Microsoft Edge)

This is not a supported scenario at present:

https://msdn.microsoft.com/en-us/library/mt227929%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396

Microsoft Edge does not support user stylesheets.

An extensibility system is coming for Microsoft Edge in an upcoming release, and user stylesheets will be a feature that an extension could provide.

like image 144
Dai Avatar answered Oct 16 '22 04:10

Dai