Scroll to the end of x bookmarks

RMAG news
var divElement = document.querySelector(div[aria-label=”Timeline: Bookmarks”].css-175oi2r);

var scrollInterval = setInterval(() => { divElement.firstChild.lastChild.scrollIntoView({ behavior: smooth }); }, 2000)
// use this to stop
//clearInterval(scrollInterval)

Please follow and like us:
Pin Share