Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Website Optimization Chrome DevTools Basics Adjusting Settings

Chrome Dev Tools missing settings

I am finishing up a great project "Website Optimization" by Nick Pettit and I noticed that when I open up the Chrome Dev Tools settings, I do not have an "override" section like Nick does. I am using the latest version of Chrome on my Mac, so I am wondering if they no longer offer those settings or if it is an extension or add-on that I need to track down and install. Does anyone know?

Thanks!

1 Answer

Those are replaced by the emulation settings. So for example, instead of overriding the default user agent, you emulate a different one. Open the drawer to show the console tools and there's an emulation tab that has 4 groups of settings that allow you to control what was previously managed through overrides.

Great, thank you, Lee! I appreciate your help :-)