gdh1995 / vimium-c

A keyboard shortcut browser extension for keyboard-based navigation and tab operations with an advanced omnibar
https://chrome.google.com/webstore/detail/vimium-c/hfjbmagddngcpeloejdejnfgbamkjaeg
Other
3.17k stars 253 forks source link

openUrl doesn't work as expected for chrome urls #1061

Closed anglimath closed 6 months ago

anglimath commented 6 months ago

map *** openUrl url="chrome://history/syncedTabs"

will open "chrome://history/", which is a new issue in the latest version of Chrome (works as expected in the old version).

gdh1995 commented 6 months ago

It's a bug of the chrome://history/ page - if you refresh the page of chrome://history/syncedTabs, the page will also go to chrome://history/.

anglimath commented 6 months ago

Thank you!