Google Pagespeed is annoying me and docking me points for 'Consider marking your touch and wheel event listeners as passive to improve your page's scroll performance.'
OK, simple enough, add {passive:true} to every time you have an event on scroll! But I'm using libraries and WP Plugins also use their own JS so I wont be able to change those.
So is there a way to add, with JS that every time a scroll event is called, that it will always be passive?