Release 4chan X v1.11.34.10.
This commit is contained in:
parent
5383af8468
commit
39a1771e10
@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
||||
|
||||
### v1.11.34
|
||||
|
||||
**v1.11.34.10** *(2016-06-07)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.10/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.10/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Fix blocking of CloudFlare scripts.
|
||||
|
||||
**v1.11.34.9** *(2016-06-03)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.9/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.9/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Fix loading icon getting stuck on in Firefox.
|
||||
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.34.9
|
||||
// @version 1.11.34.10
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.34.9
|
||||
// @version 1.11.34.10
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -134,7 +134,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.34.9',
|
||||
VERSION: '1.11.34.10',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -397,7 +397,7 @@ Config = (function() {
|
||||
'QR.personas': "#options:\"sage\";boards:jp;always",
|
||||
sjisPreview: false
|
||||
},
|
||||
jsWhitelist: 'http://s.4cdn.org\nhttps://s.4cdn.org\nhttp://www.google.com\nhttps://www.google.com\nhttps://www.gstatic.com\n\'unsafe-inline\'\n\'unsafe-eval\'',
|
||||
jsWhitelist: 'http://s.4cdn.org\nhttps://s.4cdn.org\nhttp://www.google.com\nhttps://www.google.com\nhttps://www.gstatic.com\n\'self\'\n\'unsafe-inline\'\n\'unsafe-eval\'',
|
||||
captchaLanguage: '',
|
||||
time: '%m/%d/%y(%a)%H:%M:%S',
|
||||
backlink: '>>%id',
|
||||
@ -22515,6 +22515,7 @@ Main = (function() {
|
||||
whitelist = whitelist.split('\n').filter(function(x) {
|
||||
return x[0] !== "'";
|
||||
});
|
||||
whitelist.push(location.protocol + "//" + location.host);
|
||||
oldFun = {};
|
||||
ref1 = ['createElement', 'write'];
|
||||
for (k = 0, len1 = ref1.length; k < len1; k++) {
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.34.9
|
||||
// @version 1.11.34.10
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -134,7 +134,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.34.9',
|
||||
VERSION: '1.11.34.10',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -397,7 +397,7 @@ Config = (function() {
|
||||
'QR.personas': "#options:\"sage\";boards:jp;always",
|
||||
sjisPreview: false
|
||||
},
|
||||
jsWhitelist: 'http://s.4cdn.org\nhttps://s.4cdn.org\nhttp://www.google.com\nhttps://www.google.com\nhttps://www.gstatic.com\n\'unsafe-inline\'\n\'unsafe-eval\'',
|
||||
jsWhitelist: 'http://s.4cdn.org\nhttps://s.4cdn.org\nhttp://www.google.com\nhttps://www.google.com\nhttps://www.gstatic.com\n\'self\'\n\'unsafe-inline\'\n\'unsafe-eval\'',
|
||||
captchaLanguage: '',
|
||||
time: '%m/%d/%y(%a)%H:%M:%S',
|
||||
backlink: '>>%id',
|
||||
@ -22515,6 +22515,7 @@ Main = (function() {
|
||||
whitelist = whitelist.split('\n').filter(function(x) {
|
||||
return x[0] !== "'";
|
||||
});
|
||||
whitelist.push(location.protocol + "//" + location.host);
|
||||
oldFun = {};
|
||||
ref1 = ['createElement', 'write'];
|
||||
for (k = 0, len1 = ref1.length; k < len1; k++) {
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.34.9
|
||||
// @version 1.11.34.10
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.34.9
|
||||
// @version 1.11.34.10
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -134,7 +134,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.34.9',
|
||||
VERSION: '1.11.34.10',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -397,7 +397,7 @@ Config = (function() {
|
||||
'QR.personas': "#options:\"sage\";boards:jp;always",
|
||||
sjisPreview: false
|
||||
},
|
||||
jsWhitelist: 'http://s.4cdn.org\nhttps://s.4cdn.org\nhttp://www.google.com\nhttps://www.google.com\nhttps://www.gstatic.com\n\'unsafe-inline\'\n\'unsafe-eval\'',
|
||||
jsWhitelist: 'http://s.4cdn.org\nhttps://s.4cdn.org\nhttp://www.google.com\nhttps://www.google.com\nhttps://www.gstatic.com\n\'self\'\n\'unsafe-inline\'\n\'unsafe-eval\'',
|
||||
captchaLanguage: '',
|
||||
time: '%m/%d/%y(%a)%H:%M:%S',
|
||||
backlink: '>>%id',
|
||||
@ -22515,6 +22515,7 @@ Main = (function() {
|
||||
whitelist = whitelist.split('\n').filter(function(x) {
|
||||
return x[0] !== "'";
|
||||
});
|
||||
whitelist.push(location.protocol + "//" + location.host);
|
||||
oldFun = {};
|
||||
ref1 = ['createElement', 'write'];
|
||||
for (k = 0, len1 = ref1.length; k < len1; k++) {
|
||||
|
||||
Binary file not shown.
@ -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.11.34.9' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.34.10' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -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.11.34.9' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.34.10' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "1.11.34.9",
|
||||
"date": "2016-06-03T13:15:29.064Z"
|
||||
"version": "1.11.34.10",
|
||||
"date": "2016-06-07T17:49:52.086Z"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user