Advertisement
Alek7990

Untitled

Dec 16th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #Persistent
  2. SetTimer, ScrollDown, -1
  3.  
  4. Exit
  5.  
  6. ScrollDown:
  7. Loop {
  8. WinWaitActive, Showcase ahk_class MozillaWindowClass
  9. ; How long shall we wait? Not waiting will definitely fail,
  10. ; since the <title> tag is loaded way before anything else on the page
  11. Sleep, 2000
  12. Send {End}
  13. WinWaitNotActive
  14. }
  15. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement