Remove commandlinefu webjump from comkeror

Commandlinefu webjump broke upon update of conkeror-git (from AUR) and
since I don't use it I'll remove it.

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
这个提交包含在:
Collin J. Doering 2014-10-23 03:23:05 -04:00 提交者 Collin J. Doering
父节点 bc4a808fc3
当前提交 7c8f081678
共有 1 个文件被更改,包括 0 次插入10 次删除

查看文件

@ -133,16 +133,6 @@ define_webjump("srfi", function (i) {
return "http://srfi.schemers.org/srfi-" + i + "/srfi-" + i + ".html";
});
define_webjump("commandlinefu",
function(term) {
return 'http://www.commandlinefu.com/commands/matching/' +
term.replace(/[^a-zA-Z0-9_\-]/g, '')
.replace(/[\s\-]+/g, '-') +
'/' + btoa(term);
},
$argument = 'optional',
$alternative = "http://www.commandlinefu.com/");
define_webjump("emacswiki",
"http://www.google.com/cse?cx=004774160799092323420%3A6-ff2s0o6yi"+
"&q=%s&sa=Search&siteurl=emacswiki.org%2F",