fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 99 forks source link

[Feature] Allow disabling of javascript #668

Closed B83C closed 3 years ago

B83C commented 3 years ago

I would like to see this feature in the next releases. I am requesting it because javascript is too slow to run on my sluggish laptop. Thanks in advance.

iamleot commented 3 years ago

Hello @B83C! :set scripts=false should DTRT.

B83C commented 3 years ago

Alright, thx! By the time you replied, I have already discovered the command anyway.