Fuck you, Instagram!
I made a little bookmarklet to disable and hide Instagramās login prompt and re-enable scrolling, so I can keep browsing Instagram web pages when I am logged out. I call it āFuck you, Instagram!ā or āFUIā for short.
Just drag the following link to your browserās favourites-/bookmarks-bar: ā FUI ā.
I need this, because I donāt have an Instagram account (and am therefor always logged out), and so I get prompted to sign in all the time. But now I can click this bookmark and Iām back to browsing.
Unfortunately, this only seems to work on desktop browsers. On iOS, the modal disappears, but then scrolling is disabled afterwards. Maybe Iāll get around to fixing that, too.
And Iām not sure how long this will continue to work like this at all. But if itās not much trouble, Iāll make sure to update it so it keeps working with their latest markup.
For anyone whoās interested, hereās the code:
document.body.setAttribute('style', 'overflow: initial');
document.querySelector('div[role=presentation]').remove();