You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#any url can be replaced in the quotes below, I use google sheets as default
#checks to see if any website is open with spreadsheets in the URL, if not then open a new tab with URL
SCRIPT = '''
property checkURL : "spreadsheets"
try
tell application "Safari" to set theTab to first tab of window 1 whose URL contains checkURL
log("Spreadsheet is loaded")
on error
tell application "Safari"
tell window 1
set current tab to (make new tab with properties {URL:"https://docs.google.com/spreadsheets/d/1fRhHG70r7nnoCD7CR0iObUyjg_oR_6ZAzPFh04Z-6Rs/edit#gid=0"})