Hi all,
I want to know if it is possible and how to intercept an existing javascript keybind and block it.
For example, a website has some javascript that, when the user hits the letter "H" on the keyboard, the website automatically runs a function, e.g. redirecting to another web page.
I want to block this functionality after it has been loaded into the page.
Is this possible? Perhaps the stoppropagation function? Or maybe simply re-assign the key event to just run an empty function?
Thanks,
Max.