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
If you accept a zip package to test, you may try this: vimium-c-1.99.3-dev-chrome.zip, though the way the version works around this issue is not perfect.
It's because [].indexOf.call(HTMLCollection, Element) in content/extend_click.ts:386 runs too slow, and the page injects much more click listeners than it needs.
Describe the bug
File load very slowly with vimium-c enable vs without.
To Reproduce
Steps to reproduce the behavior:
Browser, OS and Vimium C versions
Here is a profiling of the page
and tracing into the "Timer Fired" stacks showed that it's from Vimium-C minified JS. Disabling Vimium-C and the issue is gone.
The text was updated successfully, but these errors were encountered: