MCPcopy Create free account
hub / github.com/ChinaGodMan/UserScripts / goToTop

Function goToTop

scroll-to-top-button/scroll-to-top-button.user.js:188–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 `
187 document.head.appendChild(style)
188 const goToTop = () => {
189 window.scrollTo({
190 top: 0,
191 behavior: 'smooth'
192 })
193 }
194 let bottomInterval
195 const startScrollingToBottom = () => {
196 bottomInterval = setInterval(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected