Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ctrl-Shift-F not searching all sources in chrome's developer console

According to this documentation, Ctrl+Shift+F should search all sources. However, for me, it's not picking up some code that I can see is there when I browse the 'elements' tab.

enter image description here

Does anyone know why this might be, and how I can get a search to include truly all sources?

like image 456
Jonah Avatar asked May 11 '16 09:05

Jonah


2 Answers

You need to turn on 'Search in content scripts' in Chrome Settings in this case.

Search in content scripts

like image 140
Gideon Pyzer Avatar answered Sep 18 '22 18:09

Gideon Pyzer


I was facing same issue CTRL+SHIFT+F wasn't working anymore. You can follow these steps if you are facing same issue.

  1. Press f12 to open developer tools
  2. Click on vertical ellipsis on the right side of developer toolbar to open it's options.
  3. Click "More Tools"
  4. Click on "Serach"

enter image description here

like image 26
Patrick S Avatar answered Sep 18 '22 18:09

Patrick S