diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e54c3352..bf2597c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.30 +**v1.11.30.3** *(2016-04-09)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.30.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.30.3/builds/4chan-X-noupdate.crx "Chromium version")] +- Remove CSS fixes specific to April 1 theme. + **v1.11.30.2** *(2016-04-04)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.30.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.30.2/builds/4chan-X-noupdate.crx "Chromium version")] - Fix Reply Pruning bug from v1.11.30.0 causing errors in older browsers. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index e1ba7e0a8..7eb21004d 100644 Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js index 0a58c8ba0..c07def64c 100644 --- a/builds/4chan-X-beta.meta.js +++ b/builds/4chan-X-beta.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.11.30.2 +// @version 1.11.30.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index 49e0f67b0..b91ca6af8 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X beta -// @version 1.11.30.2 +// @version 1.11.30.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -443,7 +443,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.30.2', + VERSION: '1.11.30.3', NAMESPACE: '4chan X.', boards: {} }; @@ -11126,9 +11126,6 @@ el.src = src || file.url; } el.className = 'full-image'; - if ($.hasClass(doc, 'md2016')) { - $.addClass(el, 'expanded-thumb'); - } $.after(thumb, el); if (isVideo) { if (Conf['Show Controls'] && Conf['Click Passthrough'] && !file.videoControls) { @@ -18358,13 +18355,7 @@ return Main.setClass(); }, setClass: function() { - var mainStyleSheet, md2016, setStyle, style, styleSheets; - if ((md2016 = $('link[rel="stylesheet"][href^="//s.4cdn.org/css/md2016."]', d.head))) { - md2016.removeAttribute('media'); - if (getComputedStyle(d.body).backgroundColor === 'rgb(245, 245, 245)') { - $.addClass(doc, 'md2016'); - } - } + var mainStyleSheet, setStyle, style, styleSheets; if (g.VIEW === 'catalog') { $.addClass(doc, $.id('base-css').href.match(/catalog_(\w+)/)[1].replace('_new', '').replace(/_+/g, '-')); return; @@ -21883,39 +21874,6 @@ "{\n" + " background-image: url(\"data:image/svg+xml,\");\n" + "}\n" + -"/* Adapted from https://s.4cdn.org/css/md2016.651.css */\n" + -":root.md2016 .page-num {\n" + -" color: #999;\n" + -"}\n" + -":root.md2016 .summary {\n" + -" border-radius: 0 0 2px 2px;\n" + -" background-color: #f5f5f5;\n" + -" width: 80%;\n" + -" display: block;\n" + -" margin: -1px auto 0 auto;\n" + -" box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);\n" + -" border-top: 1px solid rgba(0,0,0,0.1);\n" + -" text-indent:10px;\n" + -" padding:10px 0;\n" + -"}\n" + -":root.md2016 #hoverUI div.postContainer,\n" + -":root.md2016 .inline div.postContainer {\n" + -" width: auto;\n" + -" margin: 0;\n" + -"}\n" + -":root.md2016 #hoverUI div.post,\n" + -":root.md2016 .inline div.post {\n" + -" max-width: 100%;\n" + -"}\n" + -":root.md2016 #unread-line {\n" + -" display: block;\n" + -" position: relative;\n" + -" top: 7.5px;\n" + -"}\n" + -":root.md2016 .threadContainer {\n" + -" margin-left: 26px;\n" + -" border-left: none;\n" + -"}\n" + "/* XXX Moved to end of stylesheet to avoid breaking whole stylesheet in Maxthon. */\n" + "@supports (text-decoration-style: dashed) or (-moz-text-decoration-style: dashed) {\n" + " .quotelink.forwardlink,\n" + diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 859ba55dc..41f0d6c28 100644 Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js index 6967d684e..be59133ab 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.11.30.2 +// @version 1.11.30.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -443,7 +443,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.30.2', + VERSION: '1.11.30.3', NAMESPACE: '4chan X.', boards: {} }; @@ -11126,9 +11126,6 @@ el.src = src || file.url; } el.className = 'full-image'; - if ($.hasClass(doc, 'md2016')) { - $.addClass(el, 'expanded-thumb'); - } $.after(thumb, el); if (isVideo) { if (Conf['Show Controls'] && Conf['Click Passthrough'] && !file.videoControls) { @@ -18358,13 +18355,7 @@ return Main.setClass(); }, setClass: function() { - var mainStyleSheet, md2016, setStyle, style, styleSheets; - if ((md2016 = $('link[rel="stylesheet"][href^="//s.4cdn.org/css/md2016."]', d.head))) { - md2016.removeAttribute('media'); - if (getComputedStyle(d.body).backgroundColor === 'rgb(245, 245, 245)') { - $.addClass(doc, 'md2016'); - } - } + var mainStyleSheet, setStyle, style, styleSheets; if (g.VIEW === 'catalog') { $.addClass(doc, $.id('base-css').href.match(/catalog_(\w+)/)[1].replace('_new', '').replace(/_+/g, '-')); return; @@ -21883,39 +21874,6 @@ "{\n" + " background-image: url(\"data:image/svg+xml,\");\n" + "}\n" + -"/* Adapted from https://s.4cdn.org/css/md2016.651.css */\n" + -":root.md2016 .page-num {\n" + -" color: #999;\n" + -"}\n" + -":root.md2016 .summary {\n" + -" border-radius: 0 0 2px 2px;\n" + -" background-color: #f5f5f5;\n" + -" width: 80%;\n" + -" display: block;\n" + -" margin: -1px auto 0 auto;\n" + -" box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);\n" + -" border-top: 1px solid rgba(0,0,0,0.1);\n" + -" text-indent:10px;\n" + -" padding:10px 0;\n" + -"}\n" + -":root.md2016 #hoverUI div.postContainer,\n" + -":root.md2016 .inline div.postContainer {\n" + -" width: auto;\n" + -" margin: 0;\n" + -"}\n" + -":root.md2016 #hoverUI div.post,\n" + -":root.md2016 .inline div.post {\n" + -" max-width: 100%;\n" + -"}\n" + -":root.md2016 #unread-line {\n" + -" display: block;\n" + -" position: relative;\n" + -" top: 7.5px;\n" + -"}\n" + -":root.md2016 .threadContainer {\n" + -" margin-left: 26px;\n" + -" border-left: none;\n" + -"}\n" + "/* XXX Moved to end of stylesheet to avoid breaking whole stylesheet in Maxthon. */\n" + "@supports (text-decoration-style: dashed) or (-moz-text-decoration-style: dashed) {\n" + " .quotelink.forwardlink,\n" + diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 6778388d7..7c4320766 100644 Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index bf55caba0..171427df9 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.30.2 +// @version 1.11.30.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index e4c63252b..7c43b962e 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.11.30.2 +// @version 1.11.30.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -443,7 +443,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.30.2', + VERSION: '1.11.30.3', NAMESPACE: '4chan X.', boards: {} }; @@ -11126,9 +11126,6 @@ el.src = src || file.url; } el.className = 'full-image'; - if ($.hasClass(doc, 'md2016')) { - $.addClass(el, 'expanded-thumb'); - } $.after(thumb, el); if (isVideo) { if (Conf['Show Controls'] && Conf['Click Passthrough'] && !file.videoControls) { @@ -18358,13 +18355,7 @@ return Main.setClass(); }, setClass: function() { - var mainStyleSheet, md2016, setStyle, style, styleSheets; - if ((md2016 = $('link[rel="stylesheet"][href^="//s.4cdn.org/css/md2016."]', d.head))) { - md2016.removeAttribute('media'); - if (getComputedStyle(d.body).backgroundColor === 'rgb(245, 245, 245)') { - $.addClass(doc, 'md2016'); - } - } + var mainStyleSheet, setStyle, style, styleSheets; if (g.VIEW === 'catalog') { $.addClass(doc, $.id('base-css').href.match(/catalog_(\w+)/)[1].replace('_new', '').replace(/_+/g, '-')); return; @@ -21883,39 +21874,6 @@ "{\n" + " background-image: url(\"data:image/svg+xml,\");\n" + "}\n" + -"/* Adapted from https://s.4cdn.org/css/md2016.651.css */\n" + -":root.md2016 .page-num {\n" + -" color: #999;\n" + -"}\n" + -":root.md2016 .summary {\n" + -" border-radius: 0 0 2px 2px;\n" + -" background-color: #f5f5f5;\n" + -" width: 80%;\n" + -" display: block;\n" + -" margin: -1px auto 0 auto;\n" + -" box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);\n" + -" border-top: 1px solid rgba(0,0,0,0.1);\n" + -" text-indent:10px;\n" + -" padding:10px 0;\n" + -"}\n" + -":root.md2016 #hoverUI div.postContainer,\n" + -":root.md2016 .inline div.postContainer {\n" + -" width: auto;\n" + -" margin: 0;\n" + -"}\n" + -":root.md2016 #hoverUI div.post,\n" + -":root.md2016 .inline div.post {\n" + -" max-width: 100%;\n" + -"}\n" + -":root.md2016 #unread-line {\n" + -" display: block;\n" + -" position: relative;\n" + -" top: 7.5px;\n" + -"}\n" + -":root.md2016 .threadContainer {\n" + -" margin-left: 26px;\n" + -" border-left: none;\n" + -"}\n" + "/* XXX Moved to end of stylesheet to avoid breaking whole stylesheet in Maxthon. */\n" + "@supports (text-decoration-style: dashed) or (-moz-text-decoration-style: dashed) {\n" + " .quotelink.forwardlink,\n" + diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 29fa2dce5..7a7755bd9 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index 42cf04ccd..f4c66585a 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.xml b/builds/updates.xml index 922ad89ec..2bfaf58ef 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 9386a669c..d43bfd70a 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.11.30.2", - "date": "2016-04-05T04:20:10.748Z" + "version": "1.11.30.3", + "date": "2016-04-09T12:47:17.251Z" }