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
Um, currently no a unified method to do this, because Vimium and Vimium C are trying to avoid "influence" normal web pages (there've been some discussions in Vimium's Issues panel).
Anyway, there indeed exist some methods to detect it. For example:
on Firefox, check window.__VimiumC_priv__ != null
on Chrome, use a XHR to request chrome-extension://hfjbmagddngcpeloejdejnfgbamkjaeg/lib/injector.js
on Chrome and before Vimium C v1.81 (not released yet), you can:
Some vimium-c keybindings conflicts when the shortcuts on my website.
I would like my website to detect if users are using vimium-c and give a message.
How can website detect if vimium-c is running?
The text was updated successfully, but these errors were encountered: