You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. https://continente.pt. This is different from #28, since there's no error log in the console. I believe I used to be able to run the script on the site in the past, but can't be sure.
The text was updated successfully, but these errors were encountered:
Note: window.getComputedStyle(pwd) could work in some cases, but in the case of continente.pt, the display property is set to "block", and visibility is set to "visible".
Hm, turns out I'm getting false positives with the offsetParent method. Perhaps an IntersectionObserver or checkVisibility() will be needed to make this work reliably.
E.g. https://continente.pt. This is different from #28, since there's no error log in the console. I believe I used to be able to run the script on the site in the past, but can't be sure.
The text was updated successfully, but these errors were encountered: