Release 4chan X v1.11.8.7.
This commit is contained in:
parent
0ec3f8a45d
commit
1295898e2e
@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
|||||||
|
|
||||||
### v1.11.8
|
### v1.11.8
|
||||||
|
|
||||||
|
**v1.11.8.7** *(2015-08-14)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.8.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.8.7/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
|
- Fix captcha issues in Pale Moon in some cases where it was still not working.
|
||||||
|
|
||||||
**v1.11.8.6** *(2015-08-14)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.8.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.8.6/builds/4chan-X-noupdate.crx "Chromium version")]
|
**v1.11.8.6** *(2015-08-14)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.8.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.8.6/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
- Add .xyz to TLDs recognized by linkifier without http://.
|
- Add .xyz to TLDs recognized by linkifier without http://.
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.11.8.6
|
// @version 1.11.8.7
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.11.8.6
|
// @version 1.11.8.7
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -411,7 +411,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.8.6',
|
VERSION: '1.11.8.7',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -17043,7 +17043,7 @@
|
|||||||
Main = {
|
Main = {
|
||||||
init: function() {
|
init: function() {
|
||||||
var db, flatten, items, k, key, len1, pathname, ref, ref1, ref2;
|
var db, flatten, items, k, key, len1, pathname, ref, ref1, ref2;
|
||||||
if (d.body && !d.head.firstChild) {
|
if (d.body && !$('title', d.head)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (window['4chan X antidup']) {
|
if (window['4chan X antidup']) {
|
||||||
@ -17322,8 +17322,8 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
initReady: function() {
|
initReady: function() {
|
||||||
var err, passLink, ref, styleSelector;
|
var err, passLink, ref, ref1, styleSelector;
|
||||||
if (g.VIEW === 'thread' && !$('.opContainer')) {
|
if (g.VIEW === 'thread' && (((ref = d.title) === '4chan - Temporarily Offline' || ref === '4chan - 404 Not Found') || ($('.board') && !$('.opContainer')))) {
|
||||||
ThreadWatcher.set404(g.BOARD.ID, g.THREADID, function() {
|
ThreadWatcher.set404(g.BOARD.ID, g.THREADID, function() {
|
||||||
if (Conf['404 Redirect']) {
|
if (Conf['404 Redirect']) {
|
||||||
return Redirect.navigate('thread', {
|
return Redirect.navigate('thread', {
|
||||||
@ -17335,7 +17335,7 @@
|
|||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ((ref = d.title) === '4chan - Temporarily Offline' || ref === '4chan - 404 Not Found') {
|
if ((ref1 = d.title) === '4chan - Temporarily Offline' || ref1 === '4chan - 404 Not Found') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (styleSelector = $.id('styleSelector')) {
|
if (styleSelector = $.id('styleSelector')) {
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.8.6
|
// @version 1.11.8.7
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -410,7 +410,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.8.6',
|
VERSION: '1.11.8.7',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -17042,7 +17042,7 @@
|
|||||||
Main = {
|
Main = {
|
||||||
init: function() {
|
init: function() {
|
||||||
var db, flatten, items, k, key, len1, pathname, ref, ref1, ref2;
|
var db, flatten, items, k, key, len1, pathname, ref, ref1, ref2;
|
||||||
if (d.body && !d.head.firstChild) {
|
if (d.body && !$('title', d.head)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (window['4chan X antidup']) {
|
if (window['4chan X antidup']) {
|
||||||
@ -17321,8 +17321,8 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
initReady: function() {
|
initReady: function() {
|
||||||
var err, passLink, ref, styleSelector;
|
var err, passLink, ref, ref1, styleSelector;
|
||||||
if (g.VIEW === 'thread' && !$('.opContainer')) {
|
if (g.VIEW === 'thread' && (((ref = d.title) === '4chan - Temporarily Offline' || ref === '4chan - 404 Not Found') || ($('.board') && !$('.opContainer')))) {
|
||||||
ThreadWatcher.set404(g.BOARD.ID, g.THREADID, function() {
|
ThreadWatcher.set404(g.BOARD.ID, g.THREADID, function() {
|
||||||
if (Conf['404 Redirect']) {
|
if (Conf['404 Redirect']) {
|
||||||
return Redirect.navigate('thread', {
|
return Redirect.navigate('thread', {
|
||||||
@ -17334,7 +17334,7 @@
|
|||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ((ref = d.title) === '4chan - Temporarily Offline' || ref === '4chan - 404 Not Found') {
|
if ((ref1 = d.title) === '4chan - Temporarily Offline' || ref1 === '4chan - 404 Not Found') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (styleSelector = $.id('styleSelector')) {
|
if (styleSelector = $.id('styleSelector')) {
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.8.6
|
// @version 1.11.8.7
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.8.6
|
// @version 1.11.8.7
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -411,7 +411,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.8.6',
|
VERSION: '1.11.8.7',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -17043,7 +17043,7 @@
|
|||||||
Main = {
|
Main = {
|
||||||
init: function() {
|
init: function() {
|
||||||
var db, flatten, items, k, key, len1, pathname, ref, ref1, ref2;
|
var db, flatten, items, k, key, len1, pathname, ref, ref1, ref2;
|
||||||
if (d.body && !d.head.firstChild) {
|
if (d.body && !$('title', d.head)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (window['4chan X antidup']) {
|
if (window['4chan X antidup']) {
|
||||||
@ -17322,8 +17322,8 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
initReady: function() {
|
initReady: function() {
|
||||||
var err, passLink, ref, styleSelector;
|
var err, passLink, ref, ref1, styleSelector;
|
||||||
if (g.VIEW === 'thread' && !$('.opContainer')) {
|
if (g.VIEW === 'thread' && (((ref = d.title) === '4chan - Temporarily Offline' || ref === '4chan - 404 Not Found') || ($('.board') && !$('.opContainer')))) {
|
||||||
ThreadWatcher.set404(g.BOARD.ID, g.THREADID, function() {
|
ThreadWatcher.set404(g.BOARD.ID, g.THREADID, function() {
|
||||||
if (Conf['404 Redirect']) {
|
if (Conf['404 Redirect']) {
|
||||||
return Redirect.navigate('thread', {
|
return Redirect.navigate('thread', {
|
||||||
@ -17335,7 +17335,7 @@
|
|||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ((ref = d.title) === '4chan - Temporarily Offline' || ref === '4chan - 404 Not Found') {
|
if ((ref1 = d.title) === '4chan - Temporarily Offline' || ref1 === '4chan - 404 Not Found') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (styleSelector = $.id('styleSelector')) {
|
if (styleSelector = $.id('styleSelector')) {
|
||||||
|
|||||||
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.11.8.6' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.8.7' />
|
||||||
</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.11.8.6' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.8.7' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "4chan X",
|
"name": "4chan X",
|
||||||
"version": "1.11.8.6",
|
"version": "1.11.8.7",
|
||||||
"date": "2015-08-14T10:13:05.383Z",
|
"date": "2015-08-15T00:50:34.761Z",
|
||||||
"page": "https://www.4chan-x.net/",
|
"page": "https://www.4chan-x.net/",
|
||||||
"downloads": "https://www.4chan-x.net/builds/",
|
"downloads": "https://www.4chan-x.net/builds/",
|
||||||
"oldVersions": "https://raw.githubusercontent.com/ccd0/4chan-x/",
|
"oldVersions": "https://raw.githubusercontent.com/ccd0/4chan-x/",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user