Send Safari URL to Quicksilver


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. tell application "Safari"
  2. set strURL to URL of front document
  3. end tell
  4.  
  5. tell application "Quicksilver"
  6. set selection to strURL
  7. end tell

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.