From 8b07e65eb438e0928aa8905f750259210ff84f44 Mon Sep 17 00:00:00 2001 From: Brian McSweeney Date: Fri, 15 Jun 2012 14:20:20 -0400 Subject: [PATCH] Fixed misc. problems with pull request. --- 4chan_x.user.js | 11 ++++++----- Cakefile | 1 + script.coffee | 16 ++++++++-------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index b4ff07eea..2cc9ec146 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -65,6 +65,7 @@ * Seiba - chrome quick reply focusing * herpaderpderp - recaptcha fixes * WakiMiko - recaptcha tab order http://userscripts.org/scripts/show/82657 + * btmcsweeney - allow users to specify text for sauce links * * All the people who've taken the time to write bug reports. * @@ -151,7 +152,7 @@ filesize: [''].join('\n'), md5: [''].join('\n') }, - sauces: ['http://iqdb.org/?url=$1', 'http://www.google.com/searchbyimage?image_url=$1', '#http://tineye.com/search?url=$1', '#http://saucenao.com/search.php?db=999&url=$1', '#http://3d.iqdb.org/?url=$1', '#http://regex.info/exif.cgi?imgurl=$2', '# uploaders:', '#http://imgur.com/upload?url=$2;show:Upload to imgur', '#http://omploader.org/upload?url1=$2;show:Upload to omploader', '# "View Same" in archives:', '#http://archive.foolz.us/search/image/$3/;show:View same on foolz', '#http://archive.foolz.us/$4/search/image/$3/;show:View same on foolz /$4/', '#https://archive.installgentoo.net/$4/image/$3;show:View same on installgentoo /$4/'].join('\n'), + sauces: ['http://iqdb.org/?url=$1', 'http://www.google.com/searchbyimage?image_url=$1', '#http://tineye.com/search?url=$1', '#http://saucenao.com/search.php?db=999&url=$1', '#http://3d.iqdb.org/?url=$1', '#http://regex.info/exif.cgi?imgurl=$2', '# uploaders:', '#http://imgur.com/upload?url=$2;text:Upload to imgur', '#http://omploader.org/upload?url1=$2;text:Upload to omploader', '# "View Same" in archives:', '#http://archive.foolz.us/search/image/$3/;text:View same on foolz', '#http://archive.foolz.us/$4/search/image/$3/;text:View same on foolz /$4/', '#https://archive.installgentoo.net/$4/image/$3;text:View same on installgentoo /$4/'].join('\n'), time: '%m/%d/%y(%a)%H:%M', backlink: '>>%id', fileInfo: '%l (%p%s, %r)', @@ -2239,7 +2240,7 @@
\
Sauce is disabled.
\ Lines starting with a # will be ignored.
\ - You can specify a certain display text by appending ";show:[text]" to the url.\ + You can specify a certain display text by appending ";text:[text]" to the url.\