From c1428b7e09392497984741ae2daa6b0924886480 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 14 Mar 2015 20:24:56 -0700 Subject: [PATCH] Add %URL parameter to use full image URL or thumbnail as appropriate for image search. --- src/General/Config.coffee | 13 +++++-------- src/General/html/Settings/Sauce.html | 1 + src/Images/Sauce.coffee | 9 +++++---- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 1e93e5945..2e84d8ce3 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -654,12 +654,12 @@ Config = MD5: '' sauces: """ - https://www.google.com/searchbyimage?image_url=%TURL - http://iqdb.org/?url=%TURL + https://www.google.com/searchbyimage?image_url=%IMG + http://iqdb.org/?url=%IMG http://eye.swfchan.com/search/?q=%name;types:swf - #//tineye.com/search?url=%TURL - #//saucenao.com/search.php?url=%TURL - #http://3d.iqdb.org/?url=%TURL + #//tineye.com/search?url=%IMG + #//saucenao.com/search.php?url=%IMG + #http://3d.iqdb.org/?url=%IMG #http://regex.info/exif.cgi?imgurl=%URL # uploaders: #//imgur.com/upload?url=%URL;text:Upload to imgur @@ -671,9 +671,6 @@ Config = #https://rbt.asia/%board/image/%MD5;text:View same on RBT /%board/;boards:<%= grunt.file.readJSON('src/Archive/archives.json').filter(function(x) {return x.uid === 8})[0].files.join(',') %> - # Search with full image only for image file types: - #https://www.google.com/searchbyimage?image_url=%URL;types:gif,jpg,png - #https://www.google.com/searchbyimage?image_url=%TURL;types:webm,pdf """ FappeT: diff --git a/src/General/html/Settings/Sauce.html b/src/General/html/Settings/Sauce.html index 2bc2db741..ff1c76644 100755 --- a/src/General/html/Settings/Sauce.html +++ b/src/General/html/Settings/Sauce.html @@ -6,6 +6,7 @@