5 ms·
This is quick and dirty but it works on this particular site: javascript:void(addEventListener('keydown',e=>e.keyCode==32&&e.stopPropagation(),true)
by abbeyj 3y ago
This is quick and dirty but it works on this particular site:
javascript:void(addEventListener('keydown',e=>e.keyCode==32&&e.stopPropagation(),true)