Created
January 6, 2016 13:30
-
-
Save mcbrwr/b3522c07fc6aff18f68c to your computer and use it in GitHub Desktop.
regex to filter out XHR & Security messages from the Chrome JS console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^((?!Security|XHR).)*$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment