Removes the nagging login popups and banners from mobile and desktop versions of Facebook, Instagram, Reddit, Twitter, Quora, Ask.fm, VK, Pinterest, Tumblr, Twitch and from the mobile versions of Youtube and TikTok.
< Login reminder popup remover (developement ceased - not up to date) 피드백
Hi, thank you for the suggestion! I'm currently working on a big update for this script. I currently have no problems with the scrolling, but just to be sure: which browser are you using that you can't scroll? Is the scrolling blocked by the login popup?
Hi, thank you for the suggestion! I'm currently working on a big update for this script. I currently have no problems with the scrolling, but just to be sure: which browser are you using that you can't scroll? Is the scrolling blocked by the login popup?
Im on the latest chrome version.
The scrolling is blocked by that class, and that class is added when the popup opens.
Do you mean the "lightbox-open" class? If this is the case, check the new update (v2.1.0), the scripts now removes it when the popup is removed.
If you don't have a "lightbox-open" class, but just "open" class, can you send me a screenshot of what you see? It might be different from what I get.
ask.fm fix scroll
add this to the if statement for ask.fm
document.body.className = document.body.className.replace("open", "closed")
it fixes the scrolling