Twitter Login Popup
Posted: Mon Jul 04, 2022 12:06 pm
Hi,
When I use Twitter.com without loging in, there is a popup telling me I need to login (I don't want to) and freezing the page.
I managed to find
this disables the popup from showing BUT I can't scroll anymore when this occurs, the page is still "freezed".
I noticed something is changing
TO
I can change manually the "overflow-y: hidden" to "overflow-y: scroll" and It fixes the issue but well it's annoying to do it manually after every refresh...
So I tried to track and block the guilty script but I'm not skilled enough.
I'm looking for help.
Thank you.
Ps: not sure where to post this as it's not related to a specific browser.
When I use Twitter.com without loging in, there is a popup telling me I need to login (I don't want to) and freezing the page.
I managed to find
Code: Select all
twitter.com##.r-11nfnuw.r-16wqof.r-1dqxon3.r-16y2uox.r-kemksi.css-1dbjc4n
twitter.com##.r-g6jmlv.r-ipm5af.r-1xcajam.r-xr3zp9.r-1pjcn9w.r-1777fci.r-1pi2tsx.r-18u37iz.r-1kihuf0.r-1awozwy.css-1dbjc4n
I noticed something is changing
Code: Select all
<html dir="ltr" lang="fr" style="overflow-y: scroll; overscroll-behavior-y: none; font-size: 15px;">
Code: Select all
<html dir="ltr" lang="fr" style="overflow-y: hidden; overscroll-behavior-y: none; font-size: 15px;">
So I tried to track and block the guilty script but I'm not skilled enough.
I'm looking for help.
Thank you.
Ps: not sure where to post this as it's not related to a specific browser.