'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.)



Solution 1:[1]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jeroen Wiert Pluimers