Hacker News new | ask | show | jobs
by bleuarff 2489 days ago
Each has their pros and cons. My favorite features in FF devtools which are missing from Chrome are CSS diff and the advanced filtering in the network panel. Chrome filtering only works on hosts, while FF can filter in query strings and other sections of a request.
1 comments

I often use network filtering in Chrome devtools to find requests by query string. If you start typing into the search box it matches it against the whole request including url parameters.
You're right, that works. Either that landed recently, or I'm confusing with another filtering feature that Chrome is missing.