diff --git a/CHANGELOG.md b/CHANGELOG.md index abcc6642b..0bcc1e824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.33 +**v1.11.33.7** *(2016-05-21)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.7/builds/4chan-X-noupdate.crx "Chromium version")] +- Fix blinking in older browsers. +- Allow 4chan's blinking animations to work. + **v1.11.33.6** *(2016-05-21)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.6/builds/4chan-X-noupdate.crx "Chromium version")] - Quick fix for blinking. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 4777af128..b6c79eff7 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 35daca70a..6e14a124e 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.33.6 +// @version 1.11.33.7 // @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 7a9a8979e..c8ed73606 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.11.33.6 +// @version 1.11.33.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -134,7 +134,7 @@ docSet = function() { }; g = { - VERSION: '1.11.33.6', + VERSION: '1.11.33.7', NAMESPACE: '4chan X.', boards: {} }; @@ -1294,8 +1294,9 @@ boards: "body > div[style*=\" top: -10000px;\"] {\n" + " visibility: hidden !important;\n" + "}\n" + -".blink {\n" + -" animation: none !important;\n" + +":root.blink {\n" + +" -webkit-animation: none;\n" + +" animation: none;\n" + "}\n" + "/* Ads */\n" + ":root:not(.ads-loaded) .ad-cnt,\n" + diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index a78a20fe8..ff1c4f439 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 bd92fe584..83b91b96e 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.33.6 +// @version 1.11.33.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -134,7 +134,7 @@ docSet = function() { }; g = { - VERSION: '1.11.33.6', + VERSION: '1.11.33.7', NAMESPACE: '4chan X.', boards: {} }; @@ -1294,8 +1294,9 @@ boards: "body > div[style*=\" top: -10000px;\"] {\n" + " visibility: hidden !important;\n" + "}\n" + -".blink {\n" + -" animation: none !important;\n" + +":root.blink {\n" + +" -webkit-animation: none;\n" + +" animation: none;\n" + "}\n" + "/* Ads */\n" + ":root:not(.ads-loaded) .ad-cnt,\n" + diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 55b098222..0288918c5 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 3e68b1958..97751ef5e 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.33.6 +// @version 1.11.33.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 8d776c3a2..16909091b 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.33.6 +// @version 1.11.33.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -134,7 +134,7 @@ docSet = function() { }; g = { - VERSION: '1.11.33.6', + VERSION: '1.11.33.7', NAMESPACE: '4chan X.', boards: {} }; @@ -1294,8 +1294,9 @@ boards: "body > div[style*=\" top: -10000px;\"] {\n" + " visibility: hidden !important;\n" + "}\n" + -".blink {\n" + -" animation: none !important;\n" + +":root.blink {\n" + +" -webkit-animation: none;\n" + +" animation: none;\n" + "}\n" + "/* Ads */\n" + ":root:not(.ads-loaded) .ad-cnt,\n" + diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 9eee3fa32..2ea5c32c1 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 93654b2d3..f9a14fca6 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 19408c919..b07910adb 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 323c23e85..ddb53fde1 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.11.33.6", - "date": "2016-05-21T17:39:36.218Z" + "version": "1.11.33.7", + "date": "2016-05-21T23:16:24.523Z" } \ No newline at end of file