retailgeek Posted December 1, 2021 Share Posted December 1, 2021 Anyone have an idea how to open a specific URL in Edge (or alternatively another browser) in private mode in an Alfred workflow? Link to comment
deanishe Posted December 2, 2021 Share Posted December 2, 2021 There are several existing threads on the topic. Please post in one of those instead of creating a duplicate. Thanks. Link to comment
retailgeek Posted December 2, 2021 Author Share Posted December 2, 2021 Thanks Deanishe, I did search before posting, but I didn't find any threads on MS Edge InPrivate mode. I've seen threads on other browsers, but not how to open a static URL (they are all moving URL's from regular browser to incognito. Did I miss something? Link to comment
deanishe Posted December 2, 2021 Share Posted December 2, 2021 5 hours ago, retailgeek said: Did I miss something? I don't know. You asked how to open a URL in private mode in Edge or another browser, so I pointed you to lots of examples. Anything that can open an arbitrary URL can be trivially adapted to opening a specific one. Link to comment
andy4222 Posted December 4, 2021 Share Posted December 4, 2021 (edited) open -na "/Applications/Microsoft Edge.app" --new --args {query} -incognito This command works. Edge and chrome are chromium based so all commands should be interchangeable PS: This is easily available on stackoverflow and other forums Edited December 4, 2021 by andy4222 deanishe and luckman212 2 Link to comment
retailgeek Posted December 5, 2021 Author Share Posted December 5, 2021 Thanks very much Andy. You're syntax didn't work for me, but it got me close enough to figure it out. This worked: open -na "/Applications/Microsoft Edge.app" --new --args "https://google.com" -inprivate andy4222 1 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