From 27a8ba7b709e6b96a7385c8b7311e794aebc9b55 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 14 Jun 2011 20:47:44 +0200 Subject: [PATCH] Show google instead of www --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 874d73bac..bdf625cb9 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -113,7 +113,7 @@ 'Thread Navigation': [true, 'Navigate to previous / next thread'] } }, - flavors: ['http://regex.info/exif.cgi?url=', 'http://iqdb.org/?url=', 'http://www.google.com/searchbyimage?image_url=', 'http://tineye.com/search?url=', '#http://saucenao.com/search.php?db=999&url='].join('\n'), + flavors: ['http://regex.info/exif.cgi?url=', 'http://iqdb.org/?url=', 'http://google.com/searchbyimage?image_url=', 'http://tineye.com/search?url=', '#http://saucenao.com/search.php?db=999&url='].join('\n'), time: '%m/%d/%y(%a)%H:%M', updater: { checkbox: { diff --git a/script.coffee b/script.coffee index d0aa93f10..c1cc61430 100644 --- a/script.coffee +++ b/script.coffee @@ -46,7 +46,7 @@ config = flavors: [ 'http://regex.info/exif.cgi?url=' 'http://iqdb.org/?url=' - 'http://www.google.com/searchbyimage?image_url=' + 'http://google.com/searchbyimage?image_url=' 'http://tineye.com/search?url=' '#http://saucenao.com/search.php?db=999&url=' ].join '\n'