[Conkeror] [PATCH] webjump.js: add imdb webjump

Alec Berryman alec at thened.net
Sat Aug 9 07:51:34 PDT 2008


I've seen this on the mailing list before, and had it in my
~/.conkerorrc, but noticed it wasn't officially distributed and thought
it should be.

---
 modules/webjump.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/webjump.js b/modules/webjump.js
index e0db125..4436b6b 100644
--- a/modules/webjump.js
+++ b/modules/webjump.js
@@ -83,6 +83,7 @@ function define_default_webjumps()
     add_webjump("kuro5hin", "http://www.kuro5hin.org/?op=search&string=%s");
     add_webjump("sheldonbrown",     "http://www.google.com/search?q=site:sheldonbrown.com %s");
     add_webjump("youtube", "http://www.youtube.com/results?search_query=%s&search=Search");
+    add_webjump("imdb", "http://imdb.com/find?q=%s");
 }

 function match_webjump(str) {
--
1.5.6.3



More information about the Conkeror mailing list