Skip to content

Instantly share code, notes, and snippets.

View okainov's full-sized avatar
🏆

Oleg Kainov okainov

🏆
  • Intel
  • Germany, Munich
View GitHub Profile
@okainov
okainov / timesheet.ahk
Last active February 29, 2024 10:30 — forked from leshikus/timesheet.ahk
Fill Workday timesheets (Chrome, F11 for fullscreen, windows settings: 1980x1080, 175% scaling)
#Requires AutoHotkey v2.0
# Usage: load script, open Chrome page in Fullscreen, click Alt+A to execute
# If needed, modify start/end times and the coordinates of orange OK button
waitForPageLoad(x, y, color, attempts)
{
Loop attempts
{
sleep(200)