— And of course it is all so badly formatted that not even regex can help fix it
— 200 more pages of this and I will just join the army
— How to make scroll page when click image?
—
document
.querySelector('#myimage')
.addEventListener('click', () =>
window.scrollTo(x, y));
— X is horizontal, y is vertical
— There's also window.scrollBy
, window.scrollByLines
, and window.scrollByPages