Skip to content

Instantly share code, notes, and snippets.

@ipatalas
Created November 28, 2019 12:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipatalas/abde064e9f6adcf7b3b73fd91b7f96a6 to your computer and use it in GitHub Desktop.
Save ipatalas/abde064e9f6adcf7b3b73fd91b7f96a6 to your computer and use it in GitHub Desktop.
Chrome
Regex to filter out most meaningless requests in the Network tab:
/(?<!\.(css|js|gif|png|ico|ttf|woff2?))$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment