Hi everyone,
Do you play guitar? Sometimes I do: I search some chords for the song I want to play, I find it, I play, and then I have to stop to scroll down the page.
Did you faced some others situations in which you have hands busy and you need some automatic scrolling? (Like reading BBC news eating spaghetti?)
Well we have a bookmarklet to automatically and slowly scroll down the page!
Scroll down:
javascript:var one,two=new Function('clearTimeout(one)'); document.onkeydown=two; two(); void(one=setInterval('if( pageYOffset<document.height-innerHeight) {window.scrollBy(0,1)} else{two}',50))
And then we have also its counterpart to scroll immediately to the top of the page!
Scroll up:
javascript:(window.scrollTo(0,0))
Have fun!!


LinkBack URL
About LinkBacks



Reply With Quote
