Open Safari URL in Firefox

by Martin on 17/01/2009

Scenario: You are browsing in Safari (because it’s speedier than Firefox) and feel the urge to inspect the site in Firebug or the Web Dev Toolbar.
Solution: Save this script and activate it from QuickSilver.

1
2
3
4
5
6
7
8
9
10
tell application "Safari"
  activate
  set theUrl to the URL in document 1
end tell


tell application "Firefox"
  activate
  OpenURL theUrl
end tell

Result: You are happy. Have a coffee.

No comments yet.

Write a comment: