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 100 forks source link

shortcut search with post #628

Closed BebeSparkelSparkel closed 4 years ago

BebeSparkelSparkel commented 4 years ago

I am trying to use startpage.com for search but it uses post instead of get. Is there a way to put the query in a post request?

fanglingsu commented 4 years ago

You can't fire POST request direct. But startpage works with normal GET requests too https://startpage.com/sp/search?query=vimb

BebeSparkelSparkel commented 4 years ago

ok thanks