Return to Snippet

Revision: 29745
at August 4, 2010 10:17 by Macgeeky


Initial Code
tell application "Firefox"
		activate
		tell application "System Events" to keystroke "l" using {command down}
		tell application "System Events" to keystroke "c" using {command down}
		set linken to the clipboard
		if the (count of windows) is not 0 then set tittel to name of front window
		set tweet to tittel & ":  " & linken
		set the clipboard to tweet
	end tell
open window of application "TweetDeck"
tell application "TweetDeck"
		activate
		tell application "System Events" to keystroke "v" using {command down}
end tell

Initial URL


Initial Description


Initial Title
Firefox - send tittel og url til TweetDeck

Initial Tags


Initial Language
AppleScript