Release 4chan X v1.12.3.9.

This commit is contained in:
ccd0 2016-10-18 12:58:22 -07:00
parent f8523a5bcc
commit ca6cfd690e
13 changed files with 36 additions and 15 deletions

View File

@ -2,6 +2,9 @@
### v1.12.3 ### v1.12.3
**v1.12.3.9** *(2016-10-18)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.9/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.9/builds/4chan-X-noupdate.crx)]
- Add basic support for is.4chan.org domain.
**v1.12.3.8** *(2016-10-13)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.8/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.8/builds/4chan-X-noupdate.crx)] **v1.12.3.8** *(2016-10-13)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.8/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.8/builds/4chan-X-noupdate.crx)]
- Don't run 4chan X on the donation or advertisement purchase pages (it already didn't run on the pass purchase page). - Don't run 4chan X on the donation or advertisement purchase pages (it already didn't run on the pass purchase page).

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.12.3.8 // @version 1.12.3.9
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -14,6 +14,8 @@
// @include https://www.4chan.org/* // @include https://www.4chan.org/*
// @include http://i.4cdn.org/* // @include http://i.4cdn.org/*
// @include https://i.4cdn.org/* // @include https://i.4cdn.org/*
// @include http://is.4chan.org/*
// @include https://is.4chan.org/*
// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
@ -31,6 +33,7 @@
// @exclude http://www.4chan.org/donate?* // @exclude http://www.4chan.org/donate?*
// @exclude https://www.4chan.org/donate?* // @exclude https://www.4chan.org/donate?*
// @connect i.4cdn.org // @connect i.4cdn.org
// @connect is.4chan.org
// @connect * // @connect *
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.12.3.8 // @version 1.12.3.9
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -14,6 +14,8 @@
// @include https://www.4chan.org/* // @include https://www.4chan.org/*
// @include http://i.4cdn.org/* // @include http://i.4cdn.org/*
// @include https://i.4cdn.org/* // @include https://i.4cdn.org/*
// @include http://is.4chan.org/*
// @include https://is.4chan.org/*
// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
@ -31,6 +33,7 @@
// @exclude http://www.4chan.org/donate?* // @exclude http://www.4chan.org/donate?*
// @exclude https://www.4chan.org/donate?* // @exclude https://www.4chan.org/donate?*
// @connect i.4cdn.org // @connect i.4cdn.org
// @connect is.4chan.org
// @connect * // @connect *
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue
@ -144,7 +147,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.12.3.8', VERSION: '1.12.3.9',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -13823,7 +13826,7 @@ Linkify = (function() {
if (!Linkify.regString.test(this.info.comment)) { if (!Linkify.regString.test(this.info.comment)) {
return; return;
} }
ref = $$('a[href^="http://i.4cdn.org/"], a[href^="https://i.4cdn.org/"]', this.nodes.comment); ref = $$('a[href^="http://i.4cdn.org/"], a[href^="https://i.4cdn.org/"], a[href^="http://is.4chan.org/"], a[href^="https://is.4chan.org/"]', this.nodes.comment);
for (j = 0, len = ref.length; j < len; j++) { for (j = 0, len = ref.length; j < len; j++) {
link = ref[j]; link = ref[j];
$.addClass(link, 'linkify'); $.addClass(link, 'linkify');
@ -22650,6 +22653,7 @@ Main = (function() {
} }
return; return;
case 'i.4cdn.org': case 'i.4cdn.org':
case 'is.4chan.org':
if (!(pathname[2] && !/s\.jpg$/.test(pathname[2]))) { if (!(pathname[2] && !/s\.jpg$/.test(pathname[2]))) {
return; return;
} }

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.12.3.8 // @version 1.12.3.9
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -14,6 +14,8 @@
// @include https://www.4chan.org/* // @include https://www.4chan.org/*
// @include http://i.4cdn.org/* // @include http://i.4cdn.org/*
// @include https://i.4cdn.org/* // @include https://i.4cdn.org/*
// @include http://is.4chan.org/*
// @include https://is.4chan.org/*
// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
@ -31,6 +33,7 @@
// @exclude http://www.4chan.org/donate?* // @exclude http://www.4chan.org/donate?*
// @exclude https://www.4chan.org/donate?* // @exclude https://www.4chan.org/donate?*
// @connect i.4cdn.org // @connect i.4cdn.org
// @connect is.4chan.org
// @connect * // @connect *
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue
@ -144,7 +147,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.12.3.8', VERSION: '1.12.3.9',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -13823,7 +13826,7 @@ Linkify = (function() {
if (!Linkify.regString.test(this.info.comment)) { if (!Linkify.regString.test(this.info.comment)) {
return; return;
} }
ref = $$('a[href^="http://i.4cdn.org/"], a[href^="https://i.4cdn.org/"]', this.nodes.comment); ref = $$('a[href^="http://i.4cdn.org/"], a[href^="https://i.4cdn.org/"], a[href^="http://is.4chan.org/"], a[href^="https://is.4chan.org/"]', this.nodes.comment);
for (j = 0, len = ref.length; j < len; j++) { for (j = 0, len = ref.length; j < len; j++) {
link = ref[j]; link = ref[j];
$.addClass(link, 'linkify'); $.addClass(link, 'linkify');
@ -22650,6 +22653,7 @@ Main = (function() {
} }
return; return;
case 'i.4cdn.org': case 'i.4cdn.org':
case 'is.4chan.org':
if (!(pathname[2] && !/s\.jpg$/.test(pathname[2]))) { if (!(pathname[2] && !/s\.jpg$/.test(pathname[2]))) {
return; return;
} }

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.12.3.8 // @version 1.12.3.9
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -14,6 +14,8 @@
// @include https://www.4chan.org/* // @include https://www.4chan.org/*
// @include http://i.4cdn.org/* // @include http://i.4cdn.org/*
// @include https://i.4cdn.org/* // @include https://i.4cdn.org/*
// @include http://is.4chan.org/*
// @include https://is.4chan.org/*
// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
@ -31,6 +33,7 @@
// @exclude http://www.4chan.org/donate?* // @exclude http://www.4chan.org/donate?*
// @exclude https://www.4chan.org/donate?* // @exclude https://www.4chan.org/donate?*
// @connect i.4cdn.org // @connect i.4cdn.org
// @connect is.4chan.org
// @connect * // @connect *
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.12.3.8 // @version 1.12.3.9
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -14,6 +14,8 @@
// @include https://www.4chan.org/* // @include https://www.4chan.org/*
// @include http://i.4cdn.org/* // @include http://i.4cdn.org/*
// @include https://i.4cdn.org/* // @include https://i.4cdn.org/*
// @include http://is.4chan.org/*
// @include https://is.4chan.org/*
// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
@ -31,6 +33,7 @@
// @exclude http://www.4chan.org/donate?* // @exclude http://www.4chan.org/donate?*
// @exclude https://www.4chan.org/donate?* // @exclude https://www.4chan.org/donate?*
// @connect i.4cdn.org // @connect i.4cdn.org
// @connect is.4chan.org
// @connect * // @connect *
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue
@ -144,7 +147,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.12.3.8', VERSION: '1.12.3.9',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -13823,7 +13826,7 @@ Linkify = (function() {
if (!Linkify.regString.test(this.info.comment)) { if (!Linkify.regString.test(this.info.comment)) {
return; return;
} }
ref = $$('a[href^="http://i.4cdn.org/"], a[href^="https://i.4cdn.org/"]', this.nodes.comment); ref = $$('a[href^="http://i.4cdn.org/"], a[href^="https://i.4cdn.org/"], a[href^="http://is.4chan.org/"], a[href^="https://is.4chan.org/"]', this.nodes.comment);
for (j = 0, len = ref.length; j < len; j++) { for (j = 0, len = ref.length; j < len; j++) {
link = ref[j]; link = ref[j];
$.addClass(link, 'linkify'); $.addClass(link, 'linkify');
@ -22650,6 +22653,7 @@ Main = (function() {
} }
return; return;
case 'i.4cdn.org': case 'i.4cdn.org':
case 'is.4chan.org':
if (!(pathname[2] && !/s\.jpg$/.test(pathname[2]))) { if (!(pathname[2] && !/s\.jpg$/.test(pathname[2]))) {
return; return;
} }

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

View File

@ -1,4 +1,4 @@
{ {
"version": "1.12.3.8", "version": "1.12.3.9",
"date": "2016-10-13T06:41:49.619Z" "date": "2016-10-18T19:37:23.603Z"
} }