Release 4chan X v1.11.34.9.

This commit is contained in:
ccd0 2016-06-03 06:18:38 -07:00
parent 19a57d5737
commit 45f50d2764
13 changed files with 30 additions and 21 deletions

View File

@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.34
**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.
**v1.11.34.8** *(2016-06-03)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.8/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.8/builds/4chan-X-noupdate.crx "Chromium version")]
- Replace malicious ad blacklist with a Javascript whitelist, which can be configured on the `Advanced` settings tab.

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.11.34.8
// @version 1.11.34.9
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.11.34.8
// @version 1.11.34.9
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -134,7 +134,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.34.8',
VERSION: '1.11.34.9',
NAMESPACE: '4chan X.',
boards: {}
};
@ -16907,9 +16907,10 @@ ThreadUpdater = (function() {
if (g.VIEW !== 'thread' || !Conf['Thread Updater']) {
return;
}
this.audio = $.el('audio', {
src: ThreadUpdater.beep
});
this.audio = $.el('audio');
if ($.engine !== 'gecko') {
this.audio.src = this.beep;
}
if (Conf['Updater and Stats in Header']) {
this.dialog = sc = $.el('span', {
id: 'updater'
@ -17010,6 +17011,7 @@ ThreadUpdater = (function() {
playBeep: function() {
var audio;
audio = ThreadUpdater.audio;
audio.src || (audio.src = ThreadUpdater.beep);
if (audio.paused) {
return audio.play();
} else {

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.11.34.8
// @version 1.11.34.9
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -134,7 +134,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.34.8',
VERSION: '1.11.34.9',
NAMESPACE: '4chan X.',
boards: {}
};
@ -16907,9 +16907,10 @@ ThreadUpdater = (function() {
if (g.VIEW !== 'thread' || !Conf['Thread Updater']) {
return;
}
this.audio = $.el('audio', {
src: ThreadUpdater.beep
});
this.audio = $.el('audio');
if ($.engine !== 'gecko') {
this.audio.src = this.beep;
}
if (Conf['Updater and Stats in Header']) {
this.dialog = sc = $.el('span', {
id: 'updater'
@ -17010,6 +17011,7 @@ ThreadUpdater = (function() {
playBeep: function() {
var audio;
audio = ThreadUpdater.audio;
audio.src || (audio.src = ThreadUpdater.beep);
if (audio.paused) {
return audio.play();
} else {

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.11.34.8
// @version 1.11.34.9
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.11.34.8
// @version 1.11.34.9
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -134,7 +134,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.34.8',
VERSION: '1.11.34.9',
NAMESPACE: '4chan X.',
boards: {}
};
@ -16907,9 +16907,10 @@ ThreadUpdater = (function() {
if (g.VIEW !== 'thread' || !Conf['Thread Updater']) {
return;
}
this.audio = $.el('audio', {
src: ThreadUpdater.beep
});
this.audio = $.el('audio');
if ($.engine !== 'gecko') {
this.audio.src = this.beep;
}
if (Conf['Updater and Stats in Header']) {
this.dialog = sc = $.el('span', {
id: 'updater'
@ -17010,6 +17011,7 @@ ThreadUpdater = (function() {
playBeep: function() {
var audio;
audio = ThreadUpdater.audio;
audio.src || (audio.src = ThreadUpdater.beep);
if (audio.paused) {
return audio.play();
} else {

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

View File

@ -1,4 +1,4 @@
{
"version": "1.11.34.8",
"date": "2016-06-03T03:25:30.866Z"
"version": "1.11.34.9",
"date": "2016-06-03T13:15:29.064Z"
}