diff --git a/4chan_x.user.js b/4chan_x.user.js index 5e35ec350..fa5130a62 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', @@ -2841,7 +2841,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/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 a5db6ae47..22e2399c3 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' @@ -2216,7 +2217,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),