

10·
9 hours agoBTW if you want to read this article without disabling ad blocker you can use this script: Open developer tools and paste this in the console, you can then scroll with the up/down arrow keys :)
(()=> {
const modal = document.getElementsByClassName("_9r0K-Oum _5kE-6aUK ")[0]
const button = document.getElementsByClassName(" aJVLc6uP ")[0]
modal.remove()
button.remove()
let scrollTarget = 0
document.addEventListener("keydown", (e) => {
if(e.code === "ArrowDown") {
scrollTarget += 10
} else if(e.code === "ArrowUp") {
scrollTarget -= 10
}
window.scrollTo(0, scrollTarget)
})
})()
Interesting, wasn’t for me? Glad to be able to help some none the less :)