I know you can see the event listeners in the Chrome Inspector but i\'m doing some debugging work and there are so many event listeners lying around I\'d like to disable som
Sorry, you are out of luck (at least for the time being.) removeEventListener
requires the exact listener Function object as an argument, and DevTools do not let you get a grip of the listener function in any way.
If you definitely need this feature, please file a bug at http://new.crbug.com (against Chrome) or http://bugs.webkit.org (against WebKit, the preferred way).