Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I search throughout all of my javascript in Chrome Developer Tools on a Mac?

Tags:

On a windows machine, I can use Ctrl + Shift + F to find a phrase in the javascript rendered on a page using the "Sources" tab of Chrome developer tools.

However, if I use this keyboard combination on a Mac, the entire page becomes full screen. What is the analogous keyboard shortcut on a Mac to search javascript sources?

like image 206
dangerChihuahua007 Avatar asked Aug 05 '12 20:08

dangerChihuahua007


1 Answers

Looks like Cmd+Alt / Opt+F works.

like image 75
Eric Schoeffler Avatar answered Oct 22 '22 00:10

Eric Schoeffler