Skip to content

Commit 7efef41

Browse files
authored
Fix broken screenshots, closed simonw#29
1 parent e390a81 commit 7efef41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firefox/search-across-all-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
You can search for a string in any resource loaded by a page (including across HTML, JavaScript and CSS) in the Debugger pane by hitting Command+Shift+F.
44

5-
<img alt="Screenshot of search interface" src="search-across-all-resources.jpg" width="600">
5+
<img alt="Screenshot of search interface" src="https://raw.githubusercontent.com/simonw/til/main/firefox/search-across-all-resources.jpg" width="600">
66

77
This view doesn't search the body of any JSON assets that were fetched by code, presumably because JSON isn't automatically loaded into memory by the browser.
88

99
But ([thanks, @digitarald](https://twitter.com/digitarald/status/1257748744352567296)) the Network pane DOES let you search for content in assets fetched via Ajax/fetch() etc - though you do have to run the search before you trigger the requests that the search should cover. Again, the shortcut is Command+Shift+F.
1010

11-
<img alt="Screenshot of search interface" src="search-across-all-resources-2.jpg" width="600">
11+
<img alt="Screenshot of search interface" src="https://raw.githubusercontent.com/simonw/til/main/firefox/search-across-all-resources-2.jpg" width="600">

0 commit comments

Comments
 (0)