From 4fc65ad16fdfb7dcb49dd7e553b00eef80fd7862 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 14 Jun 2011 20:29:33 +0200 Subject: [PATCH] It's over, tineye is finished. --- 4chan_x.user.js | 2 +- script.coffee | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index f38c41f10..4af4a15e0 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://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://www.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 19adb312a..10ca1819e 100644 --- a/script.coffee +++ b/script.coffee @@ -46,6 +46,7 @@ config = 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'