Quora Login Bypass

When searching for answers online, this screen always seems to get in the way of my pursuit of knowledge.


So, I removed it with two lines of JavaScript. You can too! Just make a bookmark with the following URL:

javascript:
document.getElementsByClassName("modal_signup_dialog")[0].parentElement.parentElement.remove();
document.body.classList.remove("signup_wall_prevent_scroll");

And click it whenever you want to skip that dumb login wall.

Works on Safari and Firefox as of January 2019. Feel free to tell me if it breaks.