Skip to content

Instantly share code, notes, and snippets.

@ZachSaucier
Created June 30, 2016 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZachSaucier/c086c01aa3018e3848e6932af4d7c4da to your computer and use it in GitHub Desktop.
Save ZachSaucier/c086c01aa3018e3848e6932af4d7c4da to your computer and use it in GitHub Desktop.
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