Closed Landmine-1252 closed 8 months ago
It works for me with %URL%
, I have this config below
{
"Name": "Firefox Nightly",
"ExePath": "C:\\Program Files\\Firefox Nightly\\firefox.exe",
"AlternateLaunches": [
{
"ItemName": "Private",
"LaunchArgs": "-private-window %URL%"
}
]
},
Without %URL%, Hurl uses URL as first argument and followed by any arguments, which is opening url in normal wnd and followed by private window. I will look into making this otherwise (URL appended at end instead)
Copied and pasted your config and it works. Seems like I was getting something mixed up in my testing. Possible I didnt actually reload after savings.
Thank you again!
First, thank you for this application. It is amazing and extremely helpful.
When attempting to open a URL using Private as an alternative launcher it appears to open the URL in normal Firefox and then open a new Firefox window in Private Mode at the same time. I've tried adding
%URL%
after-private-window
and it results in the Private Window not opening.