Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Chrome extension to bypass that fake-login-wall on Quora (github.com/sdegutis)
11 points by _vya7 on Aug 10, 2016 | hide | past | favorite | 4 comments


This is a terrible idea and I'm sure some legal department is going to take it down. But I thought it would make for an interesting discussion at least.


I use uBlock Origin and it seems to remove the wall overlay. Unfortunately, an invisible wall is still present and you can't really scroll with the mouse (use arrow up and down). Everything else works though.

I usually just click links to Quora in incognito mode.

I'll have to give this a try!


> Unfortunately, an invisible wall is still present and you can't really scroll with the mouse

That's right, I failed to see this when I created a filter for Quora. I should be able to fix this with an extra filter.

Edit: this works:

    quora.com##body:style(overflow: auto !important)
I will add it to uBO's own filters.


That's probably because it's not running the second line in the JS code for OP's extension[1]:

    document.querySelector('[id*="signup_wall_wrapper"').remove();
    document.body.classList.remove('signup_wall_prevent_scroll');
    console.log("Quora wall bypassed successfully. Carry on.");
[1]: https://github.com/sdegutis/bypassquora/blob/master/myscript...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: