Naviga i tuoi interessi senza registrazione

Trova altre idee sul web senza accedere o registrarti

< Valutazione su Naviga i tuoi interessi senza registrazione

Recensione: OK - lo script funziona, ma ha degli errori.

§
Pubblicato: 23/09/2017
Modificato: 28/09/2017

Not working very well on Palemoon

On Palemoon (latest version), some pages are greyed out. From other posts, I think this is not related to Palemoon though.

This is because of this div:



The purpose of this trick is to disable the underlying page. The users cannot click (left or right) on anything.

I managed to delete this node manually with the Web Developer inspector. The first time I did that, there was no vertical scrollbar, images at the bottom of the screen were cut off (obviously, there was more to see on the page). Now, after deleting manually the node, it seems to work, but not always.

It would be fine if your very useful script would take care of automatically deleting this div and similar, since the trick is used in other web sites.

Example: https://www.pinterest.com/explore/tiny-houses/

I've seen another big z-index value of 10000 for a button, but it doesn't seem to matter much.

Hope it helps.

LazzaAutore
§
Pubblicato: 01/10/2017

From other posts, I think this is not related to Palemoon though.

Honestly... who knows? :sweat_smile: Pinterest shows dozens of slightly different versions of the same page to different visitors based on several parameters (most likely country, platform, maybe time of the day or something else). In fact I can surf the page you mentioned without issues so it's hard to reproduce it.

I will block all <div> tags with background-color: rgba(0, 0, 0, 0.6); based on your report, hoping it will fix the issue since I have no way to test it.

Pubblica risposta

Accedi per pubblicare una risposta.