Release 4chan X v1.11.33.7.
This commit is contained in:
parent
fcebc1504c
commit
d862ffa62b
@ -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.
|
||||
|
||||
|
||||
Binary file not shown.
@ -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
|
||||
|
||||
@ -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" +
|
||||
|
||||
Binary file not shown.
@ -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" +
|
||||
|
||||
Binary file not shown.
@ -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
|
||||
|
||||
@ -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" +
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.33.6' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.33.7' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.33.6' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.33.7' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user