In case that actually works...
See attached, and for those of you that are skeptical about running random exe's that you find on forums (as you should be), here's the source.
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
HotKeySet("{insert}", "Go")
HotKeySet("{delete}", "ImDone")
While 1
Sleep(1000)
WEnd
Func Go()
Send("{F5}")
Sleep(2000 + Random(1, 1000))
EndFunc
Func ImDone()
Exit
EndFunc
(F5 refreshes browser window)
EDIT: how do I add attachment?
EDIT2: why is gaia in a FPS forum???