Hello Everyone

This is a small applescript that I found and I would like to share it with 
you

function: open any url in popup Safari window and pass any text in QA 1st 
panel 

This is an action script with QS you can modify it 

*using terms from* *application* "Quicksilver"

*on* *process text* query

*tell* *application* "Safari"

*activate*

*make* new *document* with properties {URL:" https://example.com/?q="; & 
query & "&ZZ=1"}

*do JavaScript* ("self.resizeTo(500,480);") in *document* 1

*end* *tell*

*end* *process text*

*end* *using terms from*


-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to