From 8a91a4e7fcad1e40f606e12c5bc35da7edff8176 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 29 Nov 2011 00:32:48 +0100 Subject: [PATCH] Put regex.info sauce back. --- 4chan_x.user.js | 2 +- changelog | 1 + script.coffee | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index b18e1204d..6ddebda98 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -134,7 +134,7 @@ filesize: '', md5: '' }, - flavors: ['http://iqdb.org/?url=', 'http://google.com/searchbyimage?image_url=', '#http://tineye.com/search?url=', '#http://saucenao.com/search.php?db=999&url=', '#http://3d.iqdb.org/?url=', '#http://imgur.com/upload?url='].join('\n'), + flavors: ['http://iqdb.org/?url=', 'http://google.com/searchbyimage?image_url=', '#http://tineye.com/search?url=', '#http://saucenao.com/search.php?db=999&url=', '#http://3d.iqdb.org/?url=', '#http://regex.info/exif.cgi?imgurl=', '#http://imgur.com/upload?url='].join('\n'), time: '%m/%d/%y(%a)%H:%M', backlink: '>>%id', hotkeys: { diff --git a/changelog b/changelog index fcfad3c9a..6735dd549 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,7 @@ master - mayhem new Indicate Duckrolls feature + put regex.info sauce back - disabled by default 2.21.4 - mayhem diff --git a/script.coffee b/script.coffee index 57146bb22..aedae8e9a 100644 --- a/script.coffee +++ b/script.coffee @@ -61,6 +61,7 @@ config = '#http://tineye.com/search?url=' '#http://saucenao.com/search.php?db=999&url=' '#http://3d.iqdb.org/?url=' + '#http://regex.info/exif.cgi?imgurl=' '#http://imgur.com/upload?url=' ].join '\n' time: '%m/%d/%y(%a)%H:%M'