Andrew Berry Development - applescript http://www.abdevelopment.ca/taxonomy/term/26/0 en Open Firefox Page in Safari http://www.abdevelopment.ca/blog/open-firefox-page-safari <p>I do most of my website development work in Firefox, due to the availability of extensions such as Firebug, YSlow, and Tamper. Sometimes, I want to check a page in another browser so I can log in as a different user. This simple Applescript, combined with Quicksilver, allow me to easily open the current Firefox page in Safari:</p> <div class="codeblock"><code>tell application &quot;Minefield&quot; to set theURL to «class curl» of window 1<br />tell application &quot;Safari&quot;<br /> activate<br /> open location theURL<br />end tell</code></div> <p><a href="http://www.abdevelopment.ca/blog/open-firefox-page-safari" target="_blank">read more</a></p> http://www.abdevelopment.ca/blog/open-firefox-page-safari#comments applescript web development Thu, 25 Sep 2008 05:46:53 +0000 andrew 48 at http://www.abdevelopment.ca