DEV Community

Cover image for How to See Someone’s First Post on Instagram? 🤔
volfcan
volfcan

Posted on

3

How to See Someone’s First Post on Instagram? 🤔

Scrolling endlessly through a person’s profile is a pain.
But what if there existed a trick that could help you scroll automatically for as long as you wished? 👾

Open the developer console on the profile page you want to see the first post on

and type enter the following command on the console section

scroll=window.setInterval(function(){window.scrollTo(0,document.body.scrollHeight);},1000);

Top comments (0)

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay