It currently removes the element that you click on, regardless of its position type. I think this line is incorrect (noscriptOverlay.js:2529):+ Holding the left mouse button down on an absolutely positioned page
element and hitting the DEL key will remove it (useful to forcibly kill
in-page popups when scripts are disabled)
Code: Select all
if (w.getComputedStyle(el, '') !== "static") {