>>109792563
tridactyl is better
then run these
:set newtab about:blank
# use these keys normally
:unbind <F1>
:unbind <C-f>
# unbind open clipboard content in tab
:unbind p
:unbind P
# remove search urls
:jsb Object.keys(tri.config.get("searchurls")).reduce((prev, u) => prev.then(_ => tri.config.set("searchurls", u, null)), Promise.resolve())
you're welcome