• 0 Posts
  • 2 Comments
Joined 6 months ago
cake
Cake day: July 28th, 2025

help-circle

  • BTW 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)
    	})
    })()