JohanPez skrev:Om någon kör Mac kan ni kopiera och köra detta skript i Applescript editor så slipper ni uppdatera manuellt..
repeat
tell application "Safari"
--confirms your browser is the front application
activate
end tell
tell application "System Events"
tell process "Safari"
keystroke "r" using {command down}
delay 5
end tell
end tell
end repeat
Vill man att den bara skall rapportera att DIF vinner kör man följande:
repeat
tell application "Safari"
-to only report DIF goals and block gruvfyllot behind the gamereports biased blabbering
end tell
tell application "System Events"
tell process "Safari"
keystroke "r" using {command down}
delay 5
end tell
end tell
end repeat