Hacker News new | ask | show | jobs
by bduerst 4090 days ago
At least you don't have to log in with a social network to see the answers.
2 comments

Here you go. Not super efficient, but a little bookmarklet to get rid of the most annoying things about Quora

javascript:(function(){function a(c){var e=document.getElementsByTagName('*'),i;for(i in e){if((' '+e[i].className+' ').indexOf(' '+c+' ')>-1){e[i].style.display="none";}}}a("modal_signup_background");a("modal_signup_dialog");a("modal_signup_facepile");})();

Easier just to ignore it completely, why should I waste my time on overriding their stupidity? Actually Google seem to be dropping them down the ranks, as I rarely see a Quora link now.
Off topic, but this code blob broke the formatting of the HN comment page, causing text to extend horizontally off the screen. It'd be great if you (or a mod) could add some (4, I think?) spaces in front of your code to make it appear in a code/pre tag.

    Like this.
I suppose you know that answers are on the bottom of the page. Right?