Firefox autism

Firefox is one of the few options to Chromium variants. You can filter network calls from devtools quite nicely.


Kalle Tolonen
July 11, 2025


As a poweruser example, you can filter all calls going to a certain domain:

-domain:tiles.mapsy.mapper.fi

This will filter out all the map tile calls from a domain. This reduces clutter and makes it easier to focus on non-map related calls.

Another example would be filtering non-GET/OPTIONS calls:

-method:GET -method:OPTIONS

Comments

No published comments yet.

Add a comment

Your comment may be published.