We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{url}
In 0.4.0, I used the {url} replacement feature to pass the URL via a specific parameter:
[browsers] my_firefox_container = "C:\Program Files\Mozilla Firefox\firefox.exe" ext+container:name=my-container&url={url} [urls] forms.gle = my_firefox_container
This doesn't work anymore in 0.6.0. Instead, the string {url} is passed verbatim, and the real URL is passed as additional parameter.
Log:
2 May 2023 14:28:39 BrowseRouter: Attempting to launch "https://forms.gle/<forms-id>" for "Misc - MySlackGroup - Slack" 2 May 2023 14:28:39 BrowseRouter: Found URL preference "forms.gle" => "my_firefox_container" (""C:\Program Files\Mozilla Firefox\firefox.exe" ext+container:name=my-container&url={url}") 2 May 2023 14:28:39 BrowseRouter: Launching C:\Program Files\Mozilla Firefox\firefox.exe with args "ext+container:name=my-container&url={url} https://forms.gle/<forms-id>"
The text was updated successfully, but these errors were encountered:
Hey @bllngr and thanks for the report of this. I'll fix it ASAP.
Sorry, something went wrong.
No branches or pull requests
In 0.4.0, I used the
{url}
replacement feature to pass the URL via a specific parameter:This doesn't work anymore in 0.6.0. Instead, the string
{url}
is passed verbatim, and the real URL is passed as additional parameter.Log:
The text was updated successfully, but these errors were encountered: