window.addEventListener('scroll', function(evt) { evt.stopImmediatePropagation(); }, true)
Any idea how much potential that snippet has for causing issues if applied generally across the board?