Release 4chan X v1.11.34.7.
This commit is contained in:
parent
fe45714935
commit
da4959be1f
@ -4,6 +4,10 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
|||||||
|
|
||||||
### v1.11.34
|
### v1.11.34
|
||||||
|
|
||||||
|
**v1.11.34.7** *(2016-05-21)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.7/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
|
- Merge v1.11.33.7: Fix blinking in older browsers.
|
||||||
|
- Merge v1.11.33.7: Allow 4chan's blinking animations to work.
|
||||||
|
|
||||||
**v1.11.34.6** *(2016-05-21)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.6/builds/4chan-X-noupdate.crx "Chromium version")]
|
**v1.11.34.6** *(2016-05-21)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.6/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
- Merge v1.11.33.6: Quick fix for blinking.
|
- Merge v1.11.33.6: Quick fix for blinking.
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.11.34.6
|
// @version 1.11.34.7
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.11.34.6
|
// @version 1.11.34.7
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -134,7 +134,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.34.6',
|
VERSION: '1.11.34.7',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -1299,8 +1299,9 @@ boards:
|
|||||||
"body > div[style*=\" top: -10000px;\"] {\n" +
|
"body > div[style*=\" top: -10000px;\"] {\n" +
|
||||||
" visibility: hidden !important;\n" +
|
" visibility: hidden !important;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
".blink {\n" +
|
":root.blink {\n" +
|
||||||
" animation: none !important;\n" +
|
" -webkit-animation: none;\n" +
|
||||||
|
" animation: none;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
"/* Ads */\n" +
|
"/* Ads */\n" +
|
||||||
":root:not(.ads-loaded) .ad-cnt,\n" +
|
":root:not(.ads-loaded) .ad-cnt,\n" +
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.34.6
|
// @version 1.11.34.7
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -134,7 +134,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.34.6',
|
VERSION: '1.11.34.7',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -1299,8 +1299,9 @@ boards:
|
|||||||
"body > div[style*=\" top: -10000px;\"] {\n" +
|
"body > div[style*=\" top: -10000px;\"] {\n" +
|
||||||
" visibility: hidden !important;\n" +
|
" visibility: hidden !important;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
".blink {\n" +
|
":root.blink {\n" +
|
||||||
" animation: none !important;\n" +
|
" -webkit-animation: none;\n" +
|
||||||
|
" animation: none;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
"/* Ads */\n" +
|
"/* Ads */\n" +
|
||||||
":root:not(.ads-loaded) .ad-cnt,\n" +
|
":root:not(.ads-loaded) .ad-cnt,\n" +
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.34.6
|
// @version 1.11.34.7
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.34.6
|
// @version 1.11.34.7
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -134,7 +134,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.34.6',
|
VERSION: '1.11.34.7',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -1299,8 +1299,9 @@ boards:
|
|||||||
"body > div[style*=\" top: -10000px;\"] {\n" +
|
"body > div[style*=\" top: -10000px;\"] {\n" +
|
||||||
" visibility: hidden !important;\n" +
|
" visibility: hidden !important;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
".blink {\n" +
|
":root.blink {\n" +
|
||||||
" animation: none !important;\n" +
|
" -webkit-animation: none;\n" +
|
||||||
|
" animation: none;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
"/* Ads */\n" +
|
"/* Ads */\n" +
|
||||||
":root:not(.ads-loaded) .ad-cnt,\n" +
|
":root:not(.ads-loaded) .ad-cnt,\n" +
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.34.6' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.34.7' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.34.6' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.34.7' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "1.11.34.6",
|
"version": "1.11.34.7",
|
||||||
"date": "2016-05-21T17:42:22.761Z"
|
"date": "2016-05-21T23:22:22.437Z"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user