Is there any way to use Quicksilver to open a URL in a new window instead 
of a new tab? I have my Safari preference set to "Automatically" open new 
tabs instead of new windows. When I use the previous script with a 
Quicksilver trigger, it opens the URL in a new tab. If I put only these two 
lines in a script:

*tell* *application* "Safari"

*activate*

*make* new *document* with properties {URL:""}

*end* *tell*



And then if I run the script from Script Editor, the URL opens in a new 
window only. If I run it from Quicksilver, the URL opens in a new tab *and* 
a new window. There's something about how Quicksilver handles URLs that 
always makes them open in tabs (when Safari is set to automatic tabs). Does 
anyone know a way around this?

Regards,
Lisa


On Tuesday, September 23, 2014 at 1:21:08 AM UTC-4, Ahmad AlTwaijiry wrote:
>
> 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