Page scrolls down automatically
TheOrangeTree
14 Nov 2018, 08:01Every time the new page is opened, it scrolls down which is obviously uncomfortable because you have to scroll up to read from the beginning. What should I do so the page opens and doesn’t scroll down?
mrangel
14 Nov 2018, 09:43I think you might be able to do:
JS.eval("scrollToEnd = function () {};")
This should disable the automatic scrolling to the end; but that's just off the top of my head. I think someone came up with a more elegant system a while back.
TheOrangeTree
14 Nov 2018, 16:05IT WORKED thank you so much!!