I would like to be able to change the default CSS used by chrome, such as removing the underlines for links, etc. However, I cannot find the default CSS file used by Chrome. Does anyone know where it is?
|
|
afaik it is not possible to tweak the UA css itself, but you can make a global userstyle: start Chrome once with |
|||
|
|
|
You can have a look at this discussion : Issue 2393: Support user stylesheet At the very end they mention that the |
|||
|
|
|
The only solution I can think of it to use a Greasemonkey script that adds a style entry to every html page which turns off the underlines for links. Something like:
This article can apparently get you started: |
|||||||
|
