From 7c8f081678b8626c6e832779b5453ed87340153f Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Thu, 23 Oct 2014 03:23:05 -0400 Subject: [PATCH] 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 --- .conkerorrc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.conkerorrc b/.conkerorrc index 1a049d0..365bcaf 100755 --- a/.conkerorrc +++ b/.conkerorrc @@ -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",