Metamark - Make temporary long URLs short - 0 views
-
-
yc c on 19 Mar 09--For Mac Safari Users: --AppleScript: Make all clipboard URLs short --Copy/paste and save in to ~Library/Scripts tell application "Safari" set longURL to URL of front document end tell set cmd to "curl http://metamark.net/api/rest/simple?long_url=" & longURL set shortURL to do shell script cmd set the clipboard to shortURL as text say "Done!"
-