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.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)]
- 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==
// @name 4chan X beta
// @version 1.12.3.8
// @version 1.12.3.9
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -14,6 +14,8 @@
// @include https://www.4chan.org/*
// @include http://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/frame?*&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 https://www.4chan.org/donate?*
// @connect i.4cdn.org
// @connect is.4chan.org
// @connect *
// @grant GM_getValue
// @grant GM_setValue

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.12.3.8
// @version 1.12.3.9
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -14,6 +14,8 @@
// @include https://www.4chan.org/*
// @include http://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/frame?*&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 https://www.4chan.org/donate?*
// @connect i.4cdn.org
// @connect is.4chan.org
// @connect *
// @grant GM_getValue
// @grant GM_setValue
@ -144,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.12.3.8',
VERSION: '1.12.3.9',
NAMESPACE: '4chan X.',
boards: {}
};
@ -13823,7 +13826,7 @@ Linkify = (function() {
if (!Linkify.regString.test(this.info.comment)) {
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++) {
link = ref[j];
$.addClass(link, 'linkify');
@ -22650,6 +22653,7 @@ Main = (function() {
}
return;
case 'i.4cdn.org':
case 'is.4chan.org':
if (!(pathname[2] && !/s\.jpg$/.test(pathname[2]))) {
return;
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.12.3.8
// @version 1.12.3.9
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -14,6 +14,8 @@
// @include https://www.4chan.org/*
// @include http://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/frame?*&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 https://www.4chan.org/donate?*
// @connect i.4cdn.org
// @connect is.4chan.org
// @connect *
// @grant GM_getValue
// @grant GM_setValue
@ -144,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.12.3.8',
VERSION: '1.12.3.9',
NAMESPACE: '4chan X.',
boards: {}
};
@ -13823,7 +13826,7 @@ Linkify = (function() {
if (!Linkify.regString.test(this.info.comment)) {
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++) {
link = ref[j];
$.addClass(link, 'linkify');
@ -22650,6 +22653,7 @@ Main = (function() {
}
return;
case 'i.4cdn.org':
case 'is.4chan.org':
if (!(pathname[2] && !/s\.jpg$/.test(pathname[2]))) {
return;
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.12.3.8
// @version 1.12.3.9
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -14,6 +14,8 @@
// @include https://www.4chan.org/*
// @include http://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/frame?*&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 https://www.4chan.org/donate?*
// @connect i.4cdn.org
// @connect is.4chan.org
// @connect *
// @grant GM_getValue
// @grant GM_setValue

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.12.3.8
// @version 1.12.3.9
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -14,6 +14,8 @@
// @include https://www.4chan.org/*
// @include http://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/frame?*&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 https://www.4chan.org/donate?*
// @connect i.4cdn.org
// @connect is.4chan.org
// @connect *
// @grant GM_getValue
// @grant GM_setValue
@ -144,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.12.3.8',
VERSION: '1.12.3.9',
NAMESPACE: '4chan X.',
boards: {}
};
@ -13823,7 +13826,7 @@ Linkify = (function() {
if (!Linkify.regString.test(this.info.comment)) {
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++) {
link = ref[j];
$.addClass(link, 'linkify');
@ -22650,6 +22653,7 @@ Main = (function() {
}
return;
case 'i.4cdn.org':
case 'is.4chan.org':
if (!(pathname[2] && !/s\.jpg$/.test(pathname[2]))) {
return;
}

Binary file not shown.

View File

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

View File

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

View File

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