Browse your interests without registration

Find more ideas on the web without login/registration

< Обсуждения Browse your interests without registration

Отзыв: Плохой — скрипт не работает

White page when clicking on a picture

I cannot get the script to work any longer. When I click on a link you get a white transparent screen. Will provide links and picture. https://www.pinterest.com/danielebianchi/erotic-fantasy-art/ https://www.pinterest.com/pin/456904324691179425

The same thing happens to me.

The issue I believe is that the server is returning a 401 status code - not the modal window anymore. http status 401 is a not authenticated message - so pinterest have changed tactics meaning that the script deleting the modal window no longer applies. The script is acting exactly as it should probably - but it can't remove a window that isn't there ... don't think this is fixable by tweaking the returned DOM.

LazzaАвтор
§
Создано: 04.06.2018

Can you try version 2.2?

Pinterest now checks if the modal element and its container are present in the dom tree. You can't remove it or set display to none. Here's a different workaround:

GMaddStyle("div[style*='background-color: rgba(0, 0, 0, 0.6);'], .FullPageModal_scroller { \ height: 0 !important; \ padding: 0 !important; \ top: -99999px !important \ }");

Ответить

Войдите, чтобы ответить.