Skip to content

Instantly share code, notes, and snippets.

@owensd
Created November 26, 2013 17:00
Show Gist options
  • Select an option

  • Save owensd/7661970 to your computer and use it in GitHub Desktop.

Select an option

Save owensd/7661970 to your computer and use it in GitHub Desktop.
AppleScript to open Safari with the data:text/html;base64 information.
tell application "Safari"
activate
tell window 1
open location "data:text/html;base64,PGI+aGVsbG8hPC9iPg=="
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment