7

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 (https://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?

Dmitry
  • 73
  • 1
  • 3

2 Answers2

5

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.

Dai
  • 141,631
  • 28
  • 261
  • 374
  • Where does MS Edge store its own user agent stylesheet? Maybe there is some way to edit it? – Dmitry Oct 11 '15 at 21:11
  • @Dmitry I don't know, sorry - I worked on the JavaScript engine part of Edge, not styling/layout. – Dai Oct 11 '15 at 21:36
  • Is this still the case today? Any hope? – klewis Feb 06 '20 at 17:27
  • @klewis Since 2020, Edge is based on Chromium (not just the layout engine, but the whole browser, including UI and everything else) - this means it now supports Chrome's own Extensions, including those that let you set user-defined CSS. – Dai Feb 06 '20 at 18:29
0

In Chrome Webshop there is now at least the extension (other sources) called "Color Links". After all these years we users are allowed to change that stupid purple/blue link combination...

Loqman
  • 11
  • 2