Release 4chan X v1.13.0.16.

This commit is contained in:
ccd0 2016-10-27 11:39:47 -07:00
parent 8c32efe777
commit a675855470
13 changed files with 45 additions and 21 deletions

View File

@ -4,6 +4,9 @@
## v1.13.0 ## v1.13.0
**v1.13.0.16** *(2016-10-27)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.16/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.16/builds/4chan-X-noupdate.crx)]
- Merge v1.12.3.11: Update due to 4chan's ad changes, part two.
**v1.13.0.15** *(2016-10-27)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.15/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.15/builds/4chan-X-noupdate.crx)] **v1.13.0.15** *(2016-10-27)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.15/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.15/builds/4chan-X-noupdate.crx)]
- Merge v1.12.3.10: Update due to 4chan's ad changes. - Merge v1.12.3.10: Update due to 4chan's ad changes.

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.13.0.15 // @version 1.13.0.16
// @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.13.0.15 // @version 1.13.0.16
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.13.0.15', VERSION: '1.13.0.16',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -1314,15 +1314,17 @@ body > div[style*=\" top: -10000px;\"] {\n\
max-width: calc(100vw - 50px);\n\ max-width: calc(100vw - 50px);\n\
}\n\ }\n\
/* Ads */\n\ /* Ads */\n\
:root:not(.ads-loaded) .ad-cnt > * {\n\ .ad-cnt > *, .adg-rects > * {\n\
height: auto;\n\ height: auto !important;\n\
}\n\ }\n\
:root:not(.ads-loaded) .adg-rects,\n\
:root:not(.ads-loaded) .ad-plea,\n\ :root:not(.ads-loaded) .ad-plea,\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\ :root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr {\n\ :root:not(.ads-loaded) .ad-plea-bottom + hr {\n\
display: none;\n\ display: none;\n\
}\n\ }\n\
:root:not(.ads-loaded) .adg-rects {\n\
margin: 0;\n\
}\n\
div.center[style] {\n\ div.center[style] {\n\
display: none !important;\n\ display: none !important;\n\
}\n\ }\n\
@ -4127,6 +4129,11 @@ www:
}\n\ }\n\
:root:not(.js-enabled) #form {\n\ :root:not(.js-enabled) #form {\n\
display: block;\n\ display: block;\n\
}\n\
#bd > div[style], #bd > div[style] > * {\n\
height: auto !important;\n\
margin: 0 !important;\n\
font-size: 0;\n\
}\n" }\n"
}; };

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.13.0.15 // @version 1.13.0.16
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.13.0.15', VERSION: '1.13.0.16',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -1314,15 +1314,17 @@ body > div[style*=\" top: -10000px;\"] {\n\
max-width: calc(100vw - 50px);\n\ max-width: calc(100vw - 50px);\n\
}\n\ }\n\
/* Ads */\n\ /* Ads */\n\
:root:not(.ads-loaded) .ad-cnt > * {\n\ .ad-cnt > *, .adg-rects > * {\n\
height: auto;\n\ height: auto !important;\n\
}\n\ }\n\
:root:not(.ads-loaded) .adg-rects,\n\
:root:not(.ads-loaded) .ad-plea,\n\ :root:not(.ads-loaded) .ad-plea,\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\ :root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr {\n\ :root:not(.ads-loaded) .ad-plea-bottom + hr {\n\
display: none;\n\ display: none;\n\
}\n\ }\n\
:root:not(.ads-loaded) .adg-rects {\n\
margin: 0;\n\
}\n\
div.center[style] {\n\ div.center[style] {\n\
display: none !important;\n\ display: none !important;\n\
}\n\ }\n\
@ -4127,6 +4129,11 @@ www:
}\n\ }\n\
:root:not(.js-enabled) #form {\n\ :root:not(.js-enabled) #form {\n\
display: block;\n\ display: block;\n\
}\n\
#bd > div[style], #bd > div[style] > * {\n\
height: auto !important;\n\
margin: 0 !important;\n\
font-size: 0;\n\
}\n" }\n"
}; };

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.13.0.15 // @version 1.13.0.16
// @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.13.0.15 // @version 1.13.0.16
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.13.0.15', VERSION: '1.13.0.16',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -1314,15 +1314,17 @@ body > div[style*=\" top: -10000px;\"] {\n\
max-width: calc(100vw - 50px);\n\ max-width: calc(100vw - 50px);\n\
}\n\ }\n\
/* Ads */\n\ /* Ads */\n\
:root:not(.ads-loaded) .ad-cnt > * {\n\ .ad-cnt > *, .adg-rects > * {\n\
height: auto;\n\ height: auto !important;\n\
}\n\ }\n\
:root:not(.ads-loaded) .adg-rects,\n\
:root:not(.ads-loaded) .ad-plea,\n\ :root:not(.ads-loaded) .ad-plea,\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\ :root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr {\n\ :root:not(.ads-loaded) .ad-plea-bottom + hr {\n\
display: none;\n\ display: none;\n\
}\n\ }\n\
:root:not(.ads-loaded) .adg-rects {\n\
margin: 0;\n\
}\n\
div.center[style] {\n\ div.center[style] {\n\
display: none !important;\n\ display: none !important;\n\
}\n\ }\n\
@ -4127,6 +4129,11 @@ www:
}\n\ }\n\
:root:not(.js-enabled) #form {\n\ :root:not(.js-enabled) #form {\n\
display: block;\n\ display: block;\n\
}\n\
#bd > div[style], #bd > div[style] > * {\n\
height: auto !important;\n\
margin: 0 !important;\n\
font-size: 0;\n\
}\n" }\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.13.0.15' /> <updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.0.16' />
</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.13.0.15' /> <updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.0.16' />
</app> </app>
</gupdate> </gupdate>

View File

@ -1,4 +1,4 @@
{ {
"version": "1.13.0.15", "version": "1.13.0.16",
"date": "2016-10-27T17:36:24.555Z" "date": "2016-10-27T18:35:46.546Z"
} }