philc / vimium

The hacker's browser.
https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb
MIT License
23.54k stars 2.49k forks source link

Key to stop page from loading #2789

Open dufferzafar opened 7 years ago

dufferzafar commented 7 years ago

VimFx had s key to stop current page or all pages from loading (see here)

Is there something similar in Vimium?

mrmr1993 commented 7 years ago

Not currently.

API wise, we could use window.stop to implement it, but it comes with the normal caveat that the page has to have loaded 'enough' before we can run this command on it.