Some of the third party plugin will attach the eventListener
into the site. How to I remove the eventListener without knowing the function that attached.
I refer this removeEventListener but I can't get any clue to remove this.
Eg: getEventListeners(window)
shows the events attached. But, when I try to remove the event using window.removeEventListener("eventname")
is not working without knowing that function.
Please help, Thanks in advance.