I use Mozilla Firefox to browse the web. When I look at a site and wish to search text on the page, I use the slash / character to initiate incremental search (which is the default Firefox behaviour).
However, when I visit a site like
http://php.net/manual/en/ini.core.php
this site grabs the key press of / to steal it and focus its own search field (which does not search on the current page - and not incrementally (i.e. right away), either). Firefox's incremental search is thereby made inaccessible.
How can I avoid this behaviour? I tried setting
dom.keyboardevent.code.enabled = false
in Firefox's about:config configuration interface but with no apparent effect.
A feature to disable all "key grabbings" by JavaScript in Firefox would be a good solution for me.