diff --git a/4chan_x.user.js b/4chan_x.user.js index 9fe2612a5..94a4d63c0 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -114,7 +114,7 @@ 'Reply Navigation': [false, 'Navigate to top / bottom of thread'] } }, - 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'), + 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 9c363fac7..a4fdd0d96 100644 --- a/script.coffee +++ b/script.coffee @@ -48,7 +48,7 @@ config = 'http://regex.info/exif.cgi?url=' 'http://iqdb.org/?url=' 'http://google.com/searchbyimage?image_url=' - 'http://tineye.com/search?url=' + '#http://tineye.com/search?url=' '#http://saucenao.com/search.php?db=999&url=' ].join '\n' time: '%m/%d/%y(%a)%H:%M'