.conkerorrc/init.js

This commit is contained in:
Tom Willemsen 2012-09-28 10:40:07 +02:00
parent db951570b2
commit 5134421f28

View file

@ -131,6 +131,9 @@ define_webjump("google",
define_webjump("github", define_webjump("github",
"https://github.com/search?q=%s&type=Everything&repo=&langOverride=&start_value=1", "https://github.com/search?q=%s&type=Everything&repo=&langOverride=&start_value=1",
$alternative="https://github.com"); $alternative="https://github.com");
define_webjump("mdn",
"https://developer.mozilla.org/en-US/search?q=%s",
$alternative="https://developer.mozilla.org/");
// 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",