Skip to content

alecjacobs/page-scroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

bookmarklet to autoscroll websites

Neo scrolling

create a bookmark with this as the url:

javascript:(function()%7Bif%20(window.pageScrollerId)%20%7BpageScrollerStop()%7D%20else%20%7Bwindow.pageScrollerStart%20%3D%20()%20%3D%3E%20%7B%20window.pageScrollerId%20%3D%20setInterval(()%20%3D%3E%20%7B%20scrollBy(0%2C1)%20%7D%2C%2020)%20%7D%3Bwindow.pageScrollerStop%20%3D%20()%20%3D%3E%20%7B%20clearInterval(pageScrollerId)%3B%20window.pageScrollerId%20%3D%20null%7D%3BpageScrollerStart()%7D%7D)()

un-minified/un-escaped source code here

About

bookmarklet to autoscroll websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published