My firefox extension is adding a click event in the content-script like this:
window.addEventListener("click", linkClicked);
This works