Created
June 30, 2016 17:47
-
-
Save ZachSaucier/c086c01aa3018e3848e6932af4d7c4da to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SetTitleMatchMode, 2 | |
Run "C:\Program Files (x86)\Opera Next\launcher.exe" --new-window http://glslsandbox.com/e#33294.3 | |
WinWait, Opera | |
IfWinExist, Opera | |
{ | |
WinActivate, Opera | |
Send {F11} | |
#Persistent | |
SetTimer, CheckBottom, 100 | |
return | |
} | |
CheckBottom: | |
IfWinExist, Opera | |
WinSet, Bottom | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment