Adium & Camino
-
Comments:
- here.
I’m a latecomer to Instant Messaging. I’ve only just discovered it, and part of that is because I don’t have many people to talk to over it. I have written one thing though, and that’s an improvement to megalogeek’s %_camino
script. You can download it from Adium Xtras: Camino Current Page. Source follows after the jump!
on substitute()
tell application "Camino"
URL of window 1
set myURL to the result
set myTitle to name of window 1
end tell
return "<HTML><A HREF=\"" & myURL & "\">" & myTitle & "</A></HTML>"
end substitute