- Vimium C has switched its setting storage into
browser.storage.local
completely since v1.97- items in
localStorage
will be auto imported and then cleared
- items in
- Firefox: fix opening duplicated tabs on a latest Firefox ESR 91
- Firefox: work around Ctrl and Shift detection if
privacy.resistFingerprinting
is true - LinkHints: on Chrome, now a quick
Tab
when it's just activated will make it try to find more clickable items- the quick
Tab
works only if "Use link name" is off - add
showUrl=true
to simulate browsers' URL HUD foractivate
andactivateHover
- the quick
- Vomnibar: add
itemSedKeys
to apply text substitution onto suggestion URLs on Enter- in omni mode, now
:i AbCd
meansabcd
by default
- in omni mode, now
- VisualMode: fix crashes that Firefox doesn't support some granularities
- Scroller: now guess the refresh rate of your monitor, so that scroll more smoothly
openUrl
: now trust URLs built using search engines and text substitution rulesjoinTabs
:filter
supports!=
and more keywordssortTabs
:order
supports negative fields like-time
- text substitution: for a string list, now apply rules once a line, but not join them firstly (breaking)
- and auto parse
google.com/url?url=<URL>
into target URLs when copy and paste
- and auto parse
passNextKey
: now it still works even if triggered it in InsertMode- also add
normal="force"
to work even if no exclusion rules matched
- also add
- many other improvements and bug fixes