Hi, Jonathan,

This little snippet of AppleScript does the trick:

on open location theURL
        tell application "/Applications/Google Chrome.app"
                make new window with properties {mode:"incognito"}
                activate
                set URL of active tab of first window to theURL
        end tell
end open location

I'm not sure if the "open location theURL" is useful to you in exactly that 
form,
because it comes from a script application that I set as my default browser so
that I can open links from other apps in a new window, including an incognito
window, if desired, but it shows where theURL comes from in the "set URL…"
line.

Hope this helps.

Dave

Dave Land
---------------------------------
User Experience Director
LiveWorld

Twitter   @dland

Follow Us   Facebook | Twitter | LinkedIn

On Dec 28, 2015, at 3:52 AM, Jonathan Levi <[email protected]> wrote:

> Hi all
> I am often testing web pages to see what a not-logged-in user would see. I 
> find that the fastest way to do this is to open a new Private window in 
> Safari (or incognito window in Chrome) and paste the URL there. 
> 
> It would be so much faster if we could either add an action "Open in Private 
> Window" or "Open With..." (tab) "Safari Private Window"
> 
> Then, from there, I could pretty easily make a custom trigger so that it took 
> my clipboard contents and automatically opened in a private url. Something 
> like Option + Command + Control + N.
> 
> Any ideas how I can do this most easily?
> 
> Thanks all
> JL
> 
> -- 
> 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 https://groups.google.com/group/blacktree-quicksilver.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to