Skip to content

Instantly share code, notes, and snippets.

@simoneau
Created September 8, 2011 00:09
Show Gist options
  • Save simoneau/1202232 to your computer and use it in GitHub Desktop.
Save simoneau/1202232 to your computer and use it in GitHub Desktop.
Automatically Download an Album From Snapfish Using Google Chrome and AutoHotKey
#SingleInstance force
#a::
Loop, 32 {
Click right 938,639
Sleep, 1000
Send {Down}
Send {Enter}
WinWaitActive, Save As
pic := A_Index+0
Send %pic%
Send {Enter}
Sleep, 1000
Send {Right}
Sleep, 1000
}
return
@simoneau
Copy link
Author

Analytics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment