Home > OS >  Is there any way to hide 3rd-party requests in chromium based browsers?
Is there any way to hide 3rd-party requests in chromium based browsers?

Time:01-24

As of now when the 3rd-party request checkbox is enabled, it shows the 3rd-party request, I want the opposite of it.

There are many request to mixpanel, sentry; which makes it hard to spot the relevant requests.

Since, I've blocked these requests, Blocked Requests checkbox could also be helpful, if there was any way to negate it.

CodePudding user response:

I guess that typing domain:*.yourdomain.com should return almost the same result as an inverse "3rd-party requests".
But since you did block these requests, you can actually negate the Blocked Requests built-in filter by typing -status-code:0.

  •  Tags:  
  • Related