Scroll to Bottom on iPad

If you are in the middle of the page in Safari, by default there is no way to jump to the bottom. Now you can do that by a javascript command.First add the following command to a bookmark:javascript:if(window.pageYOffset>(document.body.scrollHeight*.70)){scroll(0,0);}else{scroll(0,document.body.scrollHeight);}Once you want to go to bottom in one webpage, just click this bookmark.

No comments:

Post a Comment