Release 4chan X v1.13.0.11.
This commit is contained in:
parent
afcf969017
commit
b6ecef2470
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
## v1.13.0
|
## v1.13.0
|
||||||
|
|
||||||
|
**v1.13.0.11** *(2016-10-13)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.11/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.11/builds/4chan-X-noupdate.crx)]
|
||||||
|
- Merge v1.12.3.8: Don't run 4chan X on the donation or advertisement purchase pages (it already didn't run on the pass purchase page).
|
||||||
|
|
||||||
**v1.13.0.10** *(2016-10-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.10/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.10/builds/4chan-X-noupdate.crx)]
|
**v1.13.0.10** *(2016-10-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.10/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.10/builds/4chan-X-noupdate.crx)]
|
||||||
- Merge v1.12.3.7: Workaround for problem on 4chan's end with images not loading.
|
- Merge v1.12.3.7: Workaround for problem on 4chan's end with images not loading.
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.13.0.10
|
// @version 1.13.0.11
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -22,6 +22,14 @@
|
|||||||
// @exclude https://www.4chan.org/pass
|
// @exclude https://www.4chan.org/pass
|
||||||
// @exclude http://www.4chan.org/pass?*
|
// @exclude http://www.4chan.org/pass?*
|
||||||
// @exclude https://www.4chan.org/pass?*
|
// @exclude https://www.4chan.org/pass?*
|
||||||
|
// @exclude http://www.4chan.org/advertise
|
||||||
|
// @exclude https://www.4chan.org/advertise
|
||||||
|
// @exclude http://www.4chan.org/advertise?*
|
||||||
|
// @exclude https://www.4chan.org/advertise?*
|
||||||
|
// @exclude http://www.4chan.org/donate
|
||||||
|
// @exclude https://www.4chan.org/donate
|
||||||
|
// @exclude http://www.4chan.org/donate?*
|
||||||
|
// @exclude https://www.4chan.org/donate?*
|
||||||
// @connect i.4cdn.org
|
// @connect i.4cdn.org
|
||||||
// @connect *
|
// @connect *
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.13.0.10
|
// @version 1.13.0.11
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -22,6 +22,14 @@
|
|||||||
// @exclude https://www.4chan.org/pass
|
// @exclude https://www.4chan.org/pass
|
||||||
// @exclude http://www.4chan.org/pass?*
|
// @exclude http://www.4chan.org/pass?*
|
||||||
// @exclude https://www.4chan.org/pass?*
|
// @exclude https://www.4chan.org/pass?*
|
||||||
|
// @exclude http://www.4chan.org/advertise
|
||||||
|
// @exclude https://www.4chan.org/advertise
|
||||||
|
// @exclude http://www.4chan.org/advertise?*
|
||||||
|
// @exclude https://www.4chan.org/advertise?*
|
||||||
|
// @exclude http://www.4chan.org/donate
|
||||||
|
// @exclude https://www.4chan.org/donate
|
||||||
|
// @exclude http://www.4chan.org/donate?*
|
||||||
|
// @exclude https://www.4chan.org/donate?*
|
||||||
// @connect i.4cdn.org
|
// @connect i.4cdn.org
|
||||||
// @connect *
|
// @connect *
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
@ -136,7 +144,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.10',
|
VERSION: '1.13.0.11',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.10
|
// @version 1.13.0.11
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -22,6 +22,14 @@
|
|||||||
// @exclude https://www.4chan.org/pass
|
// @exclude https://www.4chan.org/pass
|
||||||
// @exclude http://www.4chan.org/pass?*
|
// @exclude http://www.4chan.org/pass?*
|
||||||
// @exclude https://www.4chan.org/pass?*
|
// @exclude https://www.4chan.org/pass?*
|
||||||
|
// @exclude http://www.4chan.org/advertise
|
||||||
|
// @exclude https://www.4chan.org/advertise
|
||||||
|
// @exclude http://www.4chan.org/advertise?*
|
||||||
|
// @exclude https://www.4chan.org/advertise?*
|
||||||
|
// @exclude http://www.4chan.org/donate
|
||||||
|
// @exclude https://www.4chan.org/donate
|
||||||
|
// @exclude http://www.4chan.org/donate?*
|
||||||
|
// @exclude https://www.4chan.org/donate?*
|
||||||
// @connect i.4cdn.org
|
// @connect i.4cdn.org
|
||||||
// @connect *
|
// @connect *
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
@ -136,7 +144,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.10',
|
VERSION: '1.13.0.11',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.10
|
// @version 1.13.0.11
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -22,6 +22,14 @@
|
|||||||
// @exclude https://www.4chan.org/pass
|
// @exclude https://www.4chan.org/pass
|
||||||
// @exclude http://www.4chan.org/pass?*
|
// @exclude http://www.4chan.org/pass?*
|
||||||
// @exclude https://www.4chan.org/pass?*
|
// @exclude https://www.4chan.org/pass?*
|
||||||
|
// @exclude http://www.4chan.org/advertise
|
||||||
|
// @exclude https://www.4chan.org/advertise
|
||||||
|
// @exclude http://www.4chan.org/advertise?*
|
||||||
|
// @exclude https://www.4chan.org/advertise?*
|
||||||
|
// @exclude http://www.4chan.org/donate
|
||||||
|
// @exclude https://www.4chan.org/donate
|
||||||
|
// @exclude http://www.4chan.org/donate?*
|
||||||
|
// @exclude https://www.4chan.org/donate?*
|
||||||
// @connect i.4cdn.org
|
// @connect i.4cdn.org
|
||||||
// @connect *
|
// @connect *
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.10
|
// @version 1.13.0.11
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -22,6 +22,14 @@
|
|||||||
// @exclude https://www.4chan.org/pass
|
// @exclude https://www.4chan.org/pass
|
||||||
// @exclude http://www.4chan.org/pass?*
|
// @exclude http://www.4chan.org/pass?*
|
||||||
// @exclude https://www.4chan.org/pass?*
|
// @exclude https://www.4chan.org/pass?*
|
||||||
|
// @exclude http://www.4chan.org/advertise
|
||||||
|
// @exclude https://www.4chan.org/advertise
|
||||||
|
// @exclude http://www.4chan.org/advertise?*
|
||||||
|
// @exclude https://www.4chan.org/advertise?*
|
||||||
|
// @exclude http://www.4chan.org/donate
|
||||||
|
// @exclude https://www.4chan.org/donate
|
||||||
|
// @exclude http://www.4chan.org/donate?*
|
||||||
|
// @exclude https://www.4chan.org/donate?*
|
||||||
// @connect i.4cdn.org
|
// @connect i.4cdn.org
|
||||||
// @connect *
|
// @connect *
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
@ -136,7 +144,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.10',
|
VERSION: '1.13.0.11',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
|
|||||||
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.13.0.10' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.0.11' />
|
||||||
</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.13.0.10' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.0.11' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "1.13.0.10",
|
"version": "1.13.0.11",
|
||||||
"date": "2016-10-09T19:18:36.105Z"
|
"date": "2016-10-13T06:45:13.086Z"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user