I’ve been looking into customising the Chrome Web Inspector (here and here in particular) in an effort to move the CSS part of the Elements panel to the left, with the HTML on the right but I’ve had no joy.
Has anyone managed to get something like this working, or seen any examples of it?
Here’s a quick hacked-up screenshot of what I’m trying to get.
Edit: I’m using version 18.0.1025.33 beta-m of Chrome, just in case there’s any version-specific silliness 🙂
Didn’t know you can style the web inspector in Chrome :P, here is some CSS that you can add to your
Custom.cssstylesheet found in your Chrome directory that will render the desired result:From one of the links you provided, here are where the
Custom.cssstylesheet is located:Mac: ~/Library/Application\ Support/Google/Chrome/Default/User\
StyleSheets/Custom.css
PC: C:\Users\YourUsername\AppData\Local\Google\Chrome\User
Data\Default\User StyleSheets\Custom.css
Ubuntu (Chromium): ~/.config/chromium/Default/User\
StyleSheets/Custom.css
Edit: screenshot
Here is a fixed version that should work on your version of Chrome, tried it on version 17.xxxx
CSS