Re: New FireFox 1.5 browser -- applescript implementation
Re: New FireFox 1.5 browser -- applescript implementation
- Subject: Re: New FireFox 1.5 browser -- applescript implementation
- From: jj <email@hidden>
- Date: Sat, 05 Nov 2005 14:14:04 +0100
- Thread-topic: New FireFox 1.5 browser -- applescript implementation
> Maybe someone on this list can implement a single AppleScript command
> for Firefox that would allow executing JavaScript commands. This would
> open up Firefox for becoming programmable and useful to the Macintosh
> users. Chance for some feedback to Firefox.
You can already do some basic things with AppleScript and Firefox. Eg:
tell application "Firefox"
display dialog (get «class curl» of window 1)
Get URL "javascript:void(alert(document.location.href));"
end tell
And from the Macintosh user perspective, you can do very powerful things
with Firefox extensions (even write your's one!). Just take a look here:
https://addons.mozilla.org/extensions/?application=firefox
jj
* It would be very appreciated, though, a native AS dictionary ;-)
--
http://www.macscripter.net/
http://www.osaxen.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden