|
|
|
|
|
by cheepin
4090 days ago
|
|
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");})(); |
|