Make sure you have httpie installed. If you're using homebrew, you can easily do it so with:
brew install httpie
| export default scope => { | |
| // match the filter on autofilled elements in Firefox | |
| const mozFilterMatch = /^grayscale\(.+\) brightness\((1)?.*\) contrast\(.+\) invert\(.+\) sepia\(.+\) saturate\(.+\)$/ | |
| scope.addEventListener('animationstart', onAnimationStart) | |
| scope.addEventListener('input', onInput) | |
| scope.addEventListener('transitionstart', onTransitionStart) | |
| function onAnimationStart(event) { | |
| // detect autofills in Chrome and Safari by: |