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)