qwiksilvver1 Posted September 12, 2013 Share Posted September 12, 2013 I need help on creating a workflow that allows me to open google chrome in incognito and a url. Link to comment
jdfwarrior Posted September 13, 2013 Share Posted September 13, 2013 I need help on creating a workflow that allows me to open google chrome in incognito and a url. I haven't tested/tried it but this one seemed to work for users in the past. http://www.alfredforum.com/topic/2130-request-open-incognito-window-in-chrome/?hl=incognito Link to comment
qwiksilvver1 Posted September 14, 2013 Author Share Posted September 14, 2013 I haven't tested/tried it but this one seemed to work for users in the past. http://www.alfredforum.com/topic/2130-request-open-incognito-window-in-chrome/?hl=incognito Thanks but I am trying to open a url when I open a incognito window as well. Is that possible? Link to comment
jdfwarrior Posted September 14, 2013 Share Posted September 14, 2013 Thanks but I am trying to open a url when I open a incognito window as well. Is that possible? I'm not sure I understand what you mean? Link to comment
qwiksilvver1 Posted September 15, 2013 Author Share Posted September 15, 2013 I'm not sure I understand what you mean? Okay so let's say I open Alfred and I type in Facebook, I want alfred to open up in google incognito and go to facebook.com. Link to comment
jamesjfa Posted December 12, 2013 Share Posted December 12, 2013 Okay so let's say I open Alfred and I type in Facebook, I want alfred to open up in google incognito and go to facebook.com. I modified the workflow I downloaded to this: tell application "System Events" set myList to (name of every process) end tell if (myList contains "Google Chrome") is false then do shell script "open -a Google\\ Chrome --new --args http://gmail.com -incognito" else tell application "Google Chrome" activate tell application "System Events" to keystroke "n" using {command down, shift down} set currTab to the first tab of the first window set the URL of currTab to "http://www.gmail.com" end tell end if this opens a Gmail tab in Incognito mode. Cheers and thanks for the workflow sonny_huynh Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now