I am performing DOM manipulation on a page where I don’t have access to the source code. I would simply like to prevent a link’s onClick handler from executing, add my own unrelated function then allow the original onClick function to execute as normal. Here is an example of the page code:I am performing DOM manipulation on a page wher