Conkeror: Add monsterhunter webjump
This commit is contained in:
parent
86c28de374
commit
992da18f7a
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ define_webjump("github",
|
||||||
define_webjump("mdn",
|
define_webjump("mdn",
|
||||||
"https://developer.mozilla.org/en-US/search?q=%s",
|
"https://developer.mozilla.org/en-US/search?q=%s",
|
||||||
$alternative="https://developer.mozilla.org/");
|
$alternative="https://developer.mozilla.org/");
|
||||||
|
define_webjump("monsterhunter",
|
||||||
|
"http://monsterhunter.wikia.com/wiki/index.php?search=%s&fulltext=Search",
|
||||||
|
$alternative="http://monsterhunter.wikia.com/");
|
||||||
// Archlinux
|
// Archlinux
|
||||||
define_webjump("arch/wiki",
|
define_webjump("arch/wiki",
|
||||||
"https://wiki.archlinux.org/index.php?search=%s",
|
"https://wiki.archlinux.org/index.php?search=%s",
|
||||||
|
|
Loading…
Reference in a new issue