Skip to content

Instantly share code, notes, and snippets.

View whoaitsaimz's full-sized avatar

Pearl Pospiech whoaitsaimz

View GitHub Profile
@whoaitsaimz
whoaitsaimz / Open to Noisili tab and play first combo.scpt
Created August 22, 2017 08:52
AppleScript to activate specified tab by page title, OR open by URL if not already, and click buttons in webpage -- Google Chrome
tell application "Google Chrome"
activate
set tabfound to false
if (exists window 1) then
set i to 0
repeat with t in (tabs of window 1)
set i to i + 1
if title of t is "Noisli - Improve Focus and Boost Productivity with Background Noise" then
set (active tab index of window 1) to i