diff --git a/4chan_x.user.js b/4chan_x.user.js index 86c08ba9c..a6f513bd9 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -111,7 +111,7 @@ 'Indicate OP quote': [true, 'Add \'(OP)\' to OP quotes'] } }, - 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=', '#http://imgur.com/upload?url='].join('\n'), time: '%m/%d/%y(%a)%H:%M', hotkeys: { close: 'Esc', diff --git a/script.coffee b/script.coffee index 18054b163..800528e0d 100644 --- a/script.coffee +++ b/script.coffee @@ -47,6 +47,7 @@ config = 'http://google.com/searchbyimage?image_url=' '#http://tineye.com/search?url=' '#http://saucenao.com/search.php?db=999&url=' + '#http://imgur.com/upload?url=' ].join '\n' time: '%m/%d/%y(%a)%H:%M' hotkeys: