Hacker News new | ask | show | jobs
by mike-cardwell 4758 days ago
In Firefox, right click the element and select "Inspect Element". This will then show you the DOM, with the element higlighted. Then right click the hilighted element and click "Delete Node". Alternately, click "Web Console", and then type in the same command as from the example above.