From 3d28298ed0641cbb5bc77478e872794fee8f0e1a Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 24 Dec 2011 02:54:06 +0100 Subject: [PATCH 1/2] Add omploader. --- 4chan_x.user.js | 2 +- changelog | 2 ++ script.coffee | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index c5d14a3a3..9b285e88d 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -133,7 +133,7 @@ filesize: '', md5: '' }, - flavors: ['http://iqdb.org/?url=', 'http://google.com/searchbyimage?image_url=', '#http://tineye.com/search?url=', '#http://saucenao.com/search.php?db=999&url=', '#http://3d.iqdb.org/?url=', '#http://regex.info/exif.cgi?imgurl=', '#http://imgur.com/upload?url='].join('\n'), + flavors: ['http://iqdb.org/?url=', 'http://google.com/searchbyimage?image_url=', '#http://tineye.com/search?url=', '#http://saucenao.com/search.php?db=999&url=', '#http://3d.iqdb.org/?url=', '#http://regex.info/exif.cgi?imgurl=', '#http://imgur.com/upload?url=', '#http://ompldr.org/upload?url1='].join('\n'), time: '%m/%d/%y(%a)%H:%M', backlink: '>>%id', favicon: 'ferongr', diff --git a/changelog b/changelog index 7623ebde9..daad97e12 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master +- mayhem + add omploader to the list of optional flavors (http://ompldr.org/upload?url1=) 2.23.7 - mayhem diff --git a/script.coffee b/script.coffee index 2a9696ef8..bb9f1ea86 100644 --- a/script.coffee +++ b/script.coffee @@ -64,6 +64,7 @@ config = '#http://3d.iqdb.org/?url=' '#http://regex.info/exif.cgi?imgurl=' '#http://imgur.com/upload?url=' + '#http://ompldr.org/upload?url1=' ].join '\n' time: '%m/%d/%y(%a)%H:%M' backlink: '>>%id' From 335d0e7f922510b40e4f8012e39651ae984fdb74 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 26 Dec 2011 17:48:07 +0100 Subject: [PATCH 2/2] Remove CSS workaround that got fixed in Fx9. --- 4chan_x.user.js | 1 - script.coffee | 1 - 2 files changed, 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 9b285e88d..0e17ce38c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3208,7 +3208,6 @@ text-decoration: none;\ }\ \ - [hidden], /* Firefox bug: hidden tables are not hidden. fixed in 9.0 */\ .thread.stub > :not(.block),\ #content > [name=tab]:not(:checked) + div,\ #updater:not(:hover) > :not(.move),\ diff --git a/script.coffee b/script.coffee index bb9f1ea86..73935d937 100644 --- a/script.coffee +++ b/script.coffee @@ -2565,7 +2565,6 @@ Main = text-decoration: none; } - [hidden], /* Firefox bug: hidden tables are not hidden. fixed in 9.0 */ .thread.stub > :not(.block), #content > [name=tab]:not(:checked) + div, #updater:not(:hover) > :not(.move),