Hacker News new | ask | show | jobs
by mikez302 3888 days ago
Adblock seems to block that annoying overlay that covers the page. You can also get rid of it by copying and pasting the following line into your browser's web console or debugger:

(function(){var x=document.querySelector("[id$=modal_signup_wrapper]");x.parentNode.removeChild(x)})();

1 comments

i never saw that... i only see the page with missing content... maybe they host js from some domain i blacklisted then.