I know that it's possible to set an onmousemove
listener and that it can be attached both to individual objects as well as well as window
which will track x,y coordinates all over.
Is it possible to scan a page and see which elements have onmousemove attached, including window
? (Same goes for onmousedown
or whatever else)