1
2
3
4
5
6
on alfred_script(q)
  tell application "Safari"
	set the_url to URL of tab of front window as string
	set the clipboard to the_url
  end tell
end alfred_script