Jump to content
UBot Underground

Recommended Posts

Any ideas why this ain't working to scroll down the page ?

run javascript("window.scrollTo(0, document.body.scrollHeight);")

In fact, what code are you using as this one ain't working.

 

It's a page like Pinterest .

 

Thanks

Link to post
Share on other sites
  • 2 months later...

The problem the OP had was that pages like Pinterest have lots of dynamically loaded AJAX on the page, so it's not that straightforward to know the scrollHeight.  What is the height of an infinitely scrolling page?  Not so easy to do.  For a static page, the code that was posted should work fine.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...