[RESOLVED] About the new click-and-delete feature in v2.5.1
Posted: Fri Aug 17, 2012 8:06 pm
Hi, I'm intrigued by this new feature in 2.5.1, but should it remove only non-static content, or any content?
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") {