Describe the bug
The createTab command in Vimium appears to be broken in both Firefox and Chrome when the URL contains an = sign. Specifically, when trying to open YouTube videos, the URL is truncated at the = sign, causing the new tab to fail to load the correct page.
To Reproduce
Steps to reproduce the behavior:
- Add a mapping:
map g2 createTab window https://www.youtube.com/watch?v=8ZtInClXe1Q
- Save options
- Press the mapped key (g2 in this example).
Temporary Solution
Appending a dummy parameter after the = sign prevents the URL from being truncated:
map g2 createTab window https://www.youtube.com/watch?v=8ZtInClXe1Q&themeRefresh=1
Browser and Vimium version
Firefox 147.0.2
Vimium 2.3.1
For version 2.4.0 this issue is resolved.
Google Chrome | 144.0.7559.133
Vimium 2.4.0