From 5f9210ce9c825e7a3797bfd529aa4ec6d1ea10a8 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 17 Mar 2012 20:58:50 +0900 Subject: Don't sort --- google-results.js | 1 + 1 file changed, 1 insertion(+) diff --git a/google-results.js b/google-results.js index 93089f8..4b5c07d 100755 --- a/google-results.js +++ b/google-results.js @@ -53,6 +53,7 @@ commands.addUserCommand(["gr"], completer: function (context, args) { var doc = window.content.document; var es = doc.querySelectorAll("div > ol > li > div > h3 > a"); + context.compare = false; context.title = ['Title', 'URL']; context.completions = [ [(n + 1) + ': ' + e.textContent, e.href] -- cgit v1.2.3