Hacker News new | ask | show | jobs
by gcb0 3888 days ago
quora is extremely annoying.

i always get a link like this one, read something, then any link i click i get to some crippled page instead of the content and some bad ui that doesn't even make it clear what weird ritual they expect to show the content.

1 comments

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)})();

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