Skip to content

Instantly share code, notes, and snippets.

@itsmikita
Created July 28, 2023 13:04
Show Gist options
  • Save itsmikita/443ecbb89546ae78b87bfead09bf0bf5 to your computer and use it in GitHub Desktop.
Save itsmikita/443ecbb89546ae78b87bfead09bf0bf5 to your computer and use it in GitHub Desktop.
Remove all EventListeners assigned to a Node. #hack
/**
* When it was not you who added the EventListeners on a Node... Remove'em all!!!
*
* @param element
*/
const removeAllEventListeners = element => element.outerHTML += "";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment