I want to implement a tiny app that can save the current url opening in the browser to delicious. So the first thing to do is get the url. So what function/class can we use to get the curl in the browser?
Asked
Active
Viewed 385 times
1 Answers
0
You need to use AppleScript; see this question for scripts for a variety of browsers.
-
Is there any exist cocoa api can do that ? – Roc Yu Feb 21 '10 at 14:45
-
http://developer.apple.com/Mac/library/documentation/Cocoa/Conceptual/ScriptingBridgeConcepts/Introduction/Introduction.html – smorgan Feb 21 '10 at 17:18