Hey there!

It looks like you're enjoying Google Chrome Forums but haven't created an account yet. Why not take a minute to register for your own free account now? As a member you get free access to all of our forums and posts plus the ability to post your own messages, communicate directly with other members and much more. Register now!

Already a member? Login at the top of this page to stop seeing this message.

+ Reply to Thread
Results 1 to 4 of 4

Thread: Scrolling bookmarklets

  1. #1
    Gianluca Ferrario is offline Junior Member
    Join Date
    Apr 2009
    Location
    Madrid
    Posts
    15

    Default Scrolling bookmarklets

    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!!

  2. #2
    Kyrax is offline Senior Member
    Join Date
    Apr 2009
    Location
    Qc, Canada
    Posts
    497

    Default

    Thanks for sharing !

    You can also middle click on the page's background and use the mouse to set a constant autoscroll.

  3. #3
    Gianluca Ferrario is offline Junior Member
    Join Date
    Apr 2009
    Location
    Madrid
    Posts
    15

    Default

    Thank you!
    I did't know because I have no middle click

    I also forgot to say that you can stop the scrolling pressing enter!

  4. #4
    Luc VN's Avatar
    Luc VN is offline Senior Member
    Join Date
    Sep 2008
    Location
    Belgium - Europe
    Posts
    742

    Default

    Thanks for sharing
    Works great!
    you can also stop the scrolling by pressing ESC

+ Reply to Thread

Similar Threads

  1. Useful Bookmarklets
    By Tiby312 in forum Chrome Plugins
    Replies: 6
    Last Post: 02-08-2010, 04:59 AM
  2. Middle click scrolling
    By kirby145 in forum Chrome Talk
    Replies: 4
    Last Post: 03-30-2009, 11:03 PM
  3. Middle click scrolling
    By TheCardinal in forum Bugs and Vulnerabilities
    Replies: 2
    Last Post: 03-26-2009, 11:58 PM
  4. Google bookmarklets question
    By jackfusion in forum Chrome Tips & Tricks
    Replies: 1
    Last Post: 01-03-2009, 06:08 PM
  5. Synapics touchpad scrolling
    By switch.au in forum Bugs and Vulnerabilities
    Replies: 6
    Last Post: 09-20-2008, 02:31 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts