Open Safari URL in Firefox

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.

Possibly related posts:

  1. OmniFocus clippings from Firefox Summary: In which Martin has created an AppleScript to remedy...
  2. Clean flashlog.txt with a keystroke Scenario: You’re working with the Flex SDK and you’re tracing...
  3. Quicksilver actions the easy way Just encountered bliss deep down in the Quicksilver Google Groups...
  4. A few random AppleScript snippets I was just writing an AppleScript to look up words...
  5. Show / Hide Window I’ve been using Yojimbo, for a long while now but...

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*