Is it possible to modify the below code so that it scrolls only to a particular position in Safari and not to the bottom as it does now.
javascript:scroll(0,document.getElementsByTagName(%20′body’)%5B0%5D.scrollHeight);
I'm okay if you can suggest a completely different code as well for the same.
Thanks in advance!