Created
March 14, 2021 01:04
-
-
Save johnalarcon/a40f5917e8986417985de4e4f9d401d6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
-/(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