.conkerorrc/webjumps.js
This commit is contained in:
parent
e71736a7e7
commit
ff3e33b820
1 changed files with 6 additions and 0 deletions
|
@ -27,3 +27,9 @@ define_webjump("metal-archives",
|
||||||
define_webjump("djangodocs",
|
define_webjump("djangodocs",
|
||||||
"https://docs.djangoproject.com/search/?q=%s&release=5",
|
"https://docs.djangoproject.com/search/?q=%s&release=5",
|
||||||
$alternative="https://docs.djangoproject.com/");
|
$alternative="https://docs.djangoproject.com/");
|
||||||
|
define_webjump("google",
|
||||||
|
"https://duckduckgo.com?q=!google%%20%s");
|
||||||
|
|
||||||
|
define_webjump("arch/wiki",
|
||||||
|
"https://wiki.archlinux.org/index.php?search=%s",
|
||||||
|
$alternative="https://wiki.archlinux.org");
|
||||||
|
|
Loading…
Reference in a new issue