Release 4chan X v1.11.34.6.

This commit is contained in:
ccd0 2016-05-21 10:44:25 -07:00
parent 347d828765
commit e9aaecf19b
13 changed files with 24 additions and 12 deletions

View File

@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.34 ### v1.11.34
**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.
**v1.11.34.5** *(2016-05-19)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.5/builds/4chan-X-noupdate.crx "Chromium version")] **v1.11.34.5** *(2016-05-19)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.5/builds/4chan-X-noupdate.crx "Chromium version")]
- Merge v1.11.33.5: Update ad server blacklist. - Merge v1.11.33.5: Update ad server blacklist.
- Change link on report form to 4chan IRC. - Change link on report form to 4chan IRC.

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.11.34.5 // @version 1.11.34.6
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.11.34.5 // @version 1.11.34.6
// @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.5', VERSION: '1.11.34.6',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -1299,6 +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" +
" animation: none !important;\n" +
"}\n" +
"/* Ads */\n" + "/* Ads */\n" +
":root:not(.ads-loaded) .ad-cnt,\n" + ":root:not(.ads-loaded) .ad-cnt,\n" +
":root:not(.ads-loaded) .ad-plea,\n" + ":root:not(.ads-loaded) .ad-plea,\n" +

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.11.34.5 // @version 1.11.34.6
// @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.5', VERSION: '1.11.34.6',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -1299,6 +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" +
" animation: none !important;\n" +
"}\n" +
"/* Ads */\n" + "/* Ads */\n" +
":root:not(.ads-loaded) .ad-cnt,\n" + ":root:not(.ads-loaded) .ad-cnt,\n" +
":root:not(.ads-loaded) .ad-plea,\n" + ":root:not(.ads-loaded) .ad-plea,\n" +

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.11.34.5 // @version 1.11.34.6
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.11.34.5 // @version 1.11.34.6
// @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.5', VERSION: '1.11.34.6',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -1299,6 +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" +
" animation: none !important;\n" +
"}\n" +
"/* Ads */\n" + "/* Ads */\n" +
":root:not(.ads-loaded) .ad-cnt,\n" + ":root:not(.ads-loaded) .ad-cnt,\n" +
":root:not(.ads-loaded) .ad-plea,\n" + ":root:not(.ads-loaded) .ad-plea,\n" +

Binary file not shown.

View File

@ -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.5' /> <updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.34.6' />
</app> </app>
</gupdate> </gupdate>

View File

@ -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.5' /> <updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.34.6' />
</app> </app>
</gupdate> </gupdate>

View File

@ -1,4 +1,4 @@
{ {
"version": "1.11.34.5", "version": "1.11.34.6",
"date": "2016-05-19T22:53:27.414Z" "date": "2016-05-21T17:42:22.761Z"
} }