You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
javascript had been ignore when it launch by vimium://urls via Custom search engines.
To Reproduce
Go to Vimium C options > Custom Search Engines
Add following search engines:
g: https://www.google.com/search?q=%s Google
dd: https://duckduckgo.com/?q=%s&t=h_ DuckDuckGo
# make new page with title which you defined.
newpage: javascript:(function(){\
var\ newWindow=window.open();\
var\ title='%S';\
var\ content='<html><head><title>'+title+'</title></head><body><h1>'+title+'</h1></body></html>';\
newWindow.document.write(content);\
newWindow.document.close();\
})(); new page with title
tests: vimium://urls/g|dd|newpage:%S for test
Use the custom search engine, then newpage will ignore.
Browser, OS and Vimium C versions
Browser name: firefox
Browser version: 133.0.3 (aarch64)
Vimium C version: 1.99.997
OS name and version: Mac OS
I love this extention btw❤️
Thank you!
The text was updated successfully, but these errors were encountered:
Describe the bug
javascript had been ignore when it launch by vimium://urls via Custom search engines.
To Reproduce
newpage
will ignore.Browser, OS and Vimium C versions
I love this extention btw❤️
Thank you!
The text was updated successfully, but these errors were encountered: