Pinterest registration popup killer

Browse Pinterest without registration. Also remove the cookies banner.

< Feedback on Pinterest registration popup killer

Question/comment

§
Posted: 2016-07-18

Potential patch

Hi! Since you wrote about my script:

I modified that script because it suddenly stopped working for me.

Could you specify where it stopped working? By the way, maybe submitting a message on the discussion for the script and/or sharing a patch would've been a good idea, I guess. :smile:

mugen25Author
§
Posted: 2016-07-18
Edited: 2016-07-18

Your script totally stopped working one morning both in chromium iron and firefox.
I live in France, I don't know if it happens in other countries. I think the guys from Pinterest have changed their site layout.

I just added 3 lines of code to your script:

$('.Module.DenzelReactBridge > div > div:nth-of-type(2)').remove();
$('.Module.DenzelReactBridge > div > div').css("position","");
$('.Module.DenzelReactBridge > div > div > div:nth-of-type(1)').remove();

You can use them as a patch. But my solution is probably imperfect, that's why I posted my own version.

§
Posted: 2016-07-23

my solution is probably imperfect

Is it a problem? :smiley: If it works, it works. :tongue: By the way, I published version 1.7 of my script with a slightly different approach, in case you want to try it.

Post reply

Sign in to post a reply.