Keep the File Info Formatting default settings closer to 4chan's original layout.

This commit is contained in:
Nicolas Stepien 2012-02-29 21:23:03 +01:00
parent b3dd24ed2e
commit 28923042ab
2 changed files with 4 additions and 4 deletions

View File

@ -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'],

View File

@ -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']