From 28923042ababc34fb5eb57ac915577b8035b660a Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 29 Feb 2012 21:23:03 +0100 Subject: [PATCH] Keep the File Info Formatting default settings closer to 4chan's original layout. --- 4chan_x.user.js | 4 ++-- script.coffee | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index bb9aca8b1..bd1116c56 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -151,8 +151,8 @@ 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', '#http://omploader.org/upload?url1=$2', '# "View Same" in archives:', '#http://archive.foolz.us/$4/image/$3/', '#http://archive.installgentoo.net/$4/image/$3'].join('\n'), time: '%m/%d/%y(%a)%H:%M', backlink: '>>%id', - fileInfoR: '%l, %s, %r', - fileInfoT: '%l, %s, %r', + fileInfoR: '%l (%s, %r)', + fileInfoT: '%l (%s, %r)', favicon: 'ferongr', hotkeys: { openOptions: ['ctrl+o', 'Open Options'], diff --git a/script.coffee b/script.coffee index 387dc4eb9..76ead9e0f 100644 --- a/script.coffee +++ b/script.coffee @@ -109,8 +109,8 @@ config = ].join '\n' time: '%m/%d/%y(%a)%H:%M' backlink: '>>%id' - fileInfoR: '%l, %s, %r' - fileInfoT: '%l, %s, %r' + fileInfoR: '%l (%s, %r)' + fileInfoT: '%l (%s, %r)' favicon: 'ferongr' hotkeys: openOptions: ['ctrl+o', 'Open Options']