I would like to modify Chrome's user agent stylesheet. I am not looking for how to override them with CSS. I want to modify the default values and add some new rules that would help me speed up my workflow and enhance my browsing experience.
Please also I am not looking for an extension that would do this job for me.
01 Answer
For Chrome v32 and below:
- In Google Chrome, go to URL
about:versionand take note of the "profile path". - Browse to the profile path in your file browser. Inside your profile folder, open the
User StyleSheetsfolder. Inside "User StyleSheets", there should be a file calledCustom.css, empty by default. - Just add your styles in
Custom.css.