Daniel Pietzsch

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();