martixy
martixy

Reputation: 932

Devtools: Filter (blocked-other) status in network tab

In chrome's devtools, in the network tab there are occasionally rows with a status of (blocked-other). Most likely caused by my ad-blocker.

How does one filter those?

(More specifically I want to filter them out. -status-code:(blocked-other) does not work. No, I'm not turning the ad-blocker off. No, status-code:200 is not enough, I want to have 300 and other responses as well.)

Upvotes: 8

Views: 5665

Answers (1)

Brandon Barkley
Brandon Barkley

Reputation: 768

-status-code:0 will filter this as commented above by @wOxxOm.

Upvotes: 3

Related Questions