Sort of like preventing websites from disabling your ability to right click. Some websites hijack the up and down arrows on the keyboard and give them a different function than what they normally do (scroll the page).

If there's a way to disable this, please let me know.

link|improve this question

73% accept rate
5  
Disable JavaScript. – Daniel Beck Sep 18 '11 at 19:15
feedback

1 Answer

Can you give an example of such page (would be easier to test)?

There are various anti-disablers available as Greasemonkey userscripts, like this, so probably it would be easy to create similar one, presumably by adding something like doc.onkeypress = null; or more elaborate, depending on your needs.

link|improve this answer
Google after you search for something. I don't notice it on a desktop because of my scroll ball, but it's REALLY annoying when I'm on a laptop – James Watt Jan 12 at 15:10
I should specify, I wasn't telling you to Google something, I was saying that Google is a website that does this. – James Watt Mar 2 at 20:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.