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