Skip to content

Instantly share code, notes, and snippets.

@johnalarcon
Created March 14, 2021 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnalarcon/a40f5917e8986417985de4e4f9d401d6 to your computer and use it in GitHub Desktop.
Save johnalarcon/a40f5917e8986417985de4e4f9d401d6 to your computer and use it in GitHub Desktop.
-/(SHA|downloadable|zoom|jqmigrate|webfonts|mozPressure)/
Drop the above line into Firefox's browser console filter to remove certain messages.
Examples of messages removed:
- This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.
- JQMIGRATE: Migrate is installed with logging active, version 1.4.1
- MouseEvent.mozPressure is deprecated. Use PointerEvent.pressure instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment