Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any way to modify the devTools.css of Chrome Dev Tool

The font size of Chrome Developer Tools is too small. I have to modify the devTools.css every time I open the Developer Tool.

Are there any way to modify the devTools.css and save it?

like image 828
Leo Zhang Avatar asked Aug 15 '11 03:08

Leo Zhang


1 Answers

Yep, you can tweak the Custom.css file in the User StyleSheets directory in your user data directory.

  • Here's a blog post about doing that: http://darcyclarke.me/design/skin-your-chrome-inspector/
  • Or just run chrome://version in your chrome address bar.

Then add the following to increase the font size: http://dpaste.com/hold/599668/

like image 140
Boris Smus Avatar answered Sep 22 '22 13:09

Boris Smus