(lisppad applescript)
Script authorization
/Users/username/Library/Application Scripts/net.objecthub.LispPad(open-file (car (system-directory 'application-scripts)))Script integration
on safariFrontURL()
tell application "Safari" to return URL of front document
end safariFrontURL
on setSafariFrontURL(newUrl)
tell application "Safari" to set URL of front document to newUrl
end setSafariFrontURL
on run
display alert "Do not run this script. It provides AppleScript sub-routines to LispPad."
end runMarshaling data
Scheme type
AppleScript type
API
Last updated