Hacker News new | ask | show | jobs
by abbeyj 861 days ago
This is quick and dirty but it works on this particular site:

javascript:void(addEventListener('keydown',e=>e.keyCode==32&&e.stopPropagation(),true)