diff --git a/CHANGELOG.md b/CHANGELOG.md index 41fc5f9c8..b40e016f7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### 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")] - Add .xyz to TLDs recognized by linkifier without http://. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 97ce6d872..7290878cc 100644 Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js index 354ecce68..2ce74bf9d 100644 --- a/builds/4chan-X-beta.meta.js +++ b/builds/4chan-X-beta.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.11.8.6 +// @version 1.11.8.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index d88c7548c..b9a9b6107 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X beta -// @version 1.11.8.6 +// @version 1.11.8.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -411,7 +411,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.8.6', + VERSION: '1.11.8.7', NAMESPACE: '4chan X.', boards: {} }; @@ -17043,7 +17043,7 @@ Main = { init: function() { var db, flatten, items, k, key, len1, pathname, ref, ref1, ref2; - if (d.body && !d.head.firstChild) { + if (d.body && !$('title', d.head)) { return; } if (window['4chan X antidup']) { @@ -17322,8 +17322,8 @@ }); }, initReady: function() { - var err, passLink, ref, styleSelector; - if (g.VIEW === 'thread' && !$('.opContainer')) { + var err, passLink, ref, ref1, styleSelector; + 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() { if (Conf['404 Redirect']) { return Redirect.navigate('thread', { @@ -17335,7 +17335,7 @@ }); 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; } if (styleSelector = $.id('styleSelector')) { diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index d321722be..60928d68c 100644 Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js index 77a801085..8f3c54989 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.11.8.6 +// @version 1.11.8.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -410,7 +410,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.8.6', + VERSION: '1.11.8.7', NAMESPACE: '4chan X.', boards: {} }; @@ -17042,7 +17042,7 @@ Main = { init: function() { var db, flatten, items, k, key, len1, pathname, ref, ref1, ref2; - if (d.body && !d.head.firstChild) { + if (d.body && !$('title', d.head)) { return; } if (window['4chan X antidup']) { @@ -17321,8 +17321,8 @@ }); }, initReady: function() { - var err, passLink, ref, styleSelector; - if (g.VIEW === 'thread' && !$('.opContainer')) { + var err, passLink, ref, ref1, styleSelector; + 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() { if (Conf['404 Redirect']) { return Redirect.navigate('thread', { @@ -17334,7 +17334,7 @@ }); 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; } if (styleSelector = $.id('styleSelector')) { diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 846cbf8d0..3de690f85 100644 Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index de6e38d9f..01d42adc7 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.8.6 +// @version 1.11.8.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index aece82e59..e131bf8d3 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.11.8.6 +// @version 1.11.8.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -411,7 +411,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.8.6', + VERSION: '1.11.8.7', NAMESPACE: '4chan X.', boards: {} }; @@ -17043,7 +17043,7 @@ Main = { init: function() { var db, flatten, items, k, key, len1, pathname, ref, ref1, ref2; - if (d.body && !d.head.firstChild) { + if (d.body && !$('title', d.head)) { return; } if (window['4chan X antidup']) { @@ -17322,8 +17322,8 @@ }); }, initReady: function() { - var err, passLink, ref, styleSelector; - if (g.VIEW === 'thread' && !$('.opContainer')) { + var err, passLink, ref, ref1, styleSelector; + 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() { if (Conf['404 Redirect']) { return Redirect.navigate('thread', { @@ -17335,7 +17335,7 @@ }); 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; } if (styleSelector = $.id('styleSelector')) { diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 8235626dd..55d39f076 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index cfd2e1793..f08b61a10 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.xml b/builds/updates.xml index e33d289bb..8f83f7065 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/package.json b/package.json index 0b53e60d5..a174362bf 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "description": "Cross-browser userscript for maximum lurking on 4chan.", "meta": { "name": "4chan X", - "version": "1.11.8.6", - "date": "2015-08-14T10:13:05.383Z", + "version": "1.11.8.7", + "date": "2015-08-15T00:50:34.761Z", "page": "https://www.4chan-x.net/", "downloads": "https://www.4chan-x.net/builds/", "oldVersions": "https://raw.githubusercontent.com/ccd0/4chan-x/",