Quora signup nag screen

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
cmmc
Posts: 158
Joined: Fri Apr 22, 2011 8:15 pm

Quora signup nag screen

Post by cmmc »

Quora places a signup nag screen on every page you view (if not, just refresh the page or open a new one), which can only be removed by deleting its cookie. The first part (5f _w2_zPYwppx, below) is random and changes every page refresh, and using just the second, fixed part (_modal_signup_wrapper) doesn't seem to work:

Code: Select all

quora.com###\5f _w2_zPYwppx_modal_signup_wrapper
Is there a way around this, to remove that screen?
https://www.quora.com/If-tap-water-is-s ... d-for-free
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Quora signup nag screen

Post by mapx »

test this filter

Code: Select all

quora.com##[id$="modal_signup_wrapper"]
cmmc
Posts: 158
Joined: Fri Apr 22, 2011 8:15 pm

Re: Quora signup nag screen

Post by cmmc »

Thx.
Locked