Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoEnv
- #NoTrayIcon
- SendMode Input
- SetWorkingDir %A_ScriptDir%
- IfWinNotExist, ahk_class MozillaWindowClass
- {
- Run "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -p default
- loop
- {
- IfWinExist, ahk_class MozillaWindowClass
- {
- break
- }
- }
- }
- WinActivate, ahk_class MozillaWindowClass
- WinMove, A, , 0, 0, 1679, 1022
- WinSet, Style, ^0xC40000
- WinMove, A, , 0, 0, 1680, 1022
- WinRestore, ahk_class MozillaWindowClass
- ExitApp
- Return
Advertisement
Add Comment
Please, Sign In to add comment