Hacker News new | ask | show | jobs
by teemi 5270 days ago
I noticed the same, and you can make it work with JavaScript, too. A bookmarklet with URL

javascript:function%20showArticle(){$("body%20div:hidden").show();$("#mw-sopaOverlay").hide();};showArticle();

will do the trick.