disableautofill.js icon indicating copy to clipboard operation
disableautofill.js copied to clipboard

Switched usage event to 'keydown', as it will capture a string of key…

Open barrychapman opened this issue 6 years ago • 2 comments
trafficstars

…s entered via a constant keypress and hold. It also has less of a delay of obfuscating the characters on standard input.

Also made some of the comparison operators strict where necessary (changed == to ===)

The strict comparison operator (===) will compare value and type of the objects being compared.

barrychapman avatar Apr 05 '19 03:04 barrychapman

@terrylinooo any thoughts on this?

barrychapman avatar Apr 18 '19 03:04 barrychapman

@terrylinooo any thouights?

barrychapman avatar Dec 20 '19 01:12 barrychapman