Is there any way to prevent the site from loading additional event listeners?
While you can disable event listeners in developer tools, the site may still load them later during use. Is there a way to prevent them from loading or at least automatically disable them as soon as they load without using developer tools?
While you can disable event listeners in developer tools, the site may still load them later during use. Is there a way to prevent them from loading or at least automatically disable them as soon as they load without using developer tools?