Jump to content

TGP gallery navigator


Guest AMB
 Share

Recommended Posts

it may seem a little controversial, but i don't care :whistle:

i tested it with opera 8.01. here ya go:

; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.1.0
; Author:        Adam <adam.biernacki@gmail.com>
;
; Script Function:
;   emulates your right hand while browsing TGP galleries using Opera
;
; How do I use it?
;   simple. open your favourite TGP post, open some galleries in next tabs
;   click on the tab with the 1st TGP gallery and run the script with
;   PAUSE. the script uses standard opera hotkeys to navigate to the next 
;   pic and next tab.
;
; Comment:
;   It's my first autoit script. it's terribly simple but still i'm proud
;   of it :) it still needs some improvement, consider it as a beta version
;
; ----------------------------------------------------------------------------

HotKeySet("{PAUSE}", "slideshow")

func slideshow()

$delay = inputbox("Delay?","Delay in ms please. 1000=1000ms=1sec. 7000 and more recommended");
sleep(200);
$tytulgalerii = wingettitle("");
$tytulokna="";
while 1
    $tytulgalerii = wingettitle("");
    do
    send ("+x");
    sleep ($delay);
    $tytulokna=wingettitle("");
    until $tytulokna=$tytulgalerii;
    send("2");
    sleep(2000);
wend
endfunc

While 1
    Sleep(100)
WEnd

have fun.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...