diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dcc8093a..72c6a2a79 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ The links to individual versions below are to copies of the script with the upda ### v1.11.1 +**v1.11.1.2** *(2015-06-23)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.1.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.1.2/builds/4chan-X-noupdate.crx "Chromium version")] +- Improved compatibility: Fix some issues in dwb and Midori; add partial support for Luakit. + **v1.11.1.1** *(2015-06-22)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.1.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.1.1/builds/4chan-X-noupdate.crx "Chromium version")] - Add `Use Recaptcha v2 in Reports` option to use the image selection captcha in the report window. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 832d3fbd3..edc5d7d28 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 5eff7461a..2b2220169 100644 --- a/builds/4chan-X-beta.meta.js +++ b/builds/4chan-X-beta.meta.js @@ -1,21 +1,29 @@ // ==UserScript== // @name 4chan X beta -// @version 1.11.1.1 +// @version 1.11.1.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X // @description Cross-browser userscript for maximum lurking on 4chan. // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE -// @match *://boards.4chan.org/* -// @match *://sys.4chan.org/* -// @match *://a.4cdn.org/* -// @match *://i.4cdn.org/* -// @match *://www.4chan.org/banned -// @match *://www.4chan.org/feedback -// @match https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match *://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match *://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://boards.4chan.org/* +// @include https://boards.4chan.org/* +// @include http://sys.4chan.org/* +// @include https://sys.4chan.org/* +// @include http://a.4cdn.org/* +// @include https://a.4cdn.org/* +// @include http://i.4cdn.org/* +// @include https://i.4cdn.org/* +// @include http://www.4chan.org/banned +// @include https://www.4chan.org/banned +// @include http://www.4chan.org/feedback +// @include https://www.4chan.org/feedback +// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index 79f781d79..9fda2433b 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,22 +1,30 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X beta -// @version 1.11.1.1 +// @version 1.11.1.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X // @description Cross-browser userscript for maximum lurking on 4chan. // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE -// @match *://boards.4chan.org/* -// @match *://sys.4chan.org/* -// @match *://a.4cdn.org/* -// @match *://i.4cdn.org/* -// @match *://www.4chan.org/banned -// @match *://www.4chan.org/feedback -// @match https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match *://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match *://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://boards.4chan.org/* +// @include https://boards.4chan.org/* +// @include http://sys.4chan.org/* +// @include https://sys.4chan.org/* +// @include http://a.4cdn.org/* +// @include https://a.4cdn.org/* +// @include http://i.4cdn.org/* +// @include https://i.4cdn.org/* +// @include http://www.4chan.org/banned +// @include https://www.4chan.org/banned +// @include http://www.4chan.org/feedback +// @include https://www.4chan.org/feedback +// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue @@ -403,7 +411,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.1.1', + VERSION: '1.11.1.2', NAMESPACE: '4chan X.', boards: {} }; @@ -874,7 +882,7 @@ $.oldValue = {}; - if (typeof GM_getValue !== "undefined" && GM_getValue !== null) { + if (typeof GM_deleteValue !== "undefined" && GM_deleteValue !== null) { $.getValue = GM_getValue; $.setValue = function(key, val) { GM_setValue(key, val); @@ -890,7 +898,9 @@ return delete localStorage[key]; } }; - $.listValues = GM_listValues; + $.listValues = function() { + return GM_listValues(); + }; } else { $.getValue = function(key) { return localStorage[key]; @@ -16793,6 +16803,10 @@ Main = { init: function() { var db, flatten, k, len1, pathname, ref, ref1, ref2; + if (window['4chan X antidup']) { + return; + } + window['4chan X antidup'] = true; if (location.hostname === 'www.google.com') { if (location.pathname === '/recaptcha/api/noscript') { $.ready(function() { diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index d020afa94..466c7a038 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 65af27a6c..683d77a98 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,22 +1,30 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.11.1.1 +// @version 1.11.1.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X // @description Cross-browser userscript for maximum lurking on 4chan. // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE -// @match *://boards.4chan.org/* -// @match *://sys.4chan.org/* -// @match *://a.4cdn.org/* -// @match *://i.4cdn.org/* -// @match *://www.4chan.org/banned -// @match *://www.4chan.org/feedback -// @match https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match *://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match *://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://boards.4chan.org/* +// @include https://boards.4chan.org/* +// @include http://sys.4chan.org/* +// @include https://sys.4chan.org/* +// @include http://a.4cdn.org/* +// @include https://a.4cdn.org/* +// @include http://i.4cdn.org/* +// @include https://i.4cdn.org/* +// @include http://www.4chan.org/banned +// @include https://www.4chan.org/banned +// @include http://www.4chan.org/feedback +// @include https://www.4chan.org/feedback +// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue @@ -402,7 +410,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.1.1', + VERSION: '1.11.1.2', NAMESPACE: '4chan X.', boards: {} }; @@ -873,7 +881,7 @@ $.oldValue = {}; - if (typeof GM_getValue !== "undefined" && GM_getValue !== null) { + if (typeof GM_deleteValue !== "undefined" && GM_deleteValue !== null) { $.getValue = GM_getValue; $.setValue = function(key, val) { GM_setValue(key, val); @@ -889,7 +897,9 @@ return delete localStorage[key]; } }; - $.listValues = GM_listValues; + $.listValues = function() { + return GM_listValues(); + }; } else { $.getValue = function(key) { return localStorage[key]; @@ -16792,6 +16802,10 @@ Main = { init: function() { var db, flatten, k, len1, pathname, ref, ref1, ref2; + if (window['4chan X antidup']) { + return; + } + window['4chan X antidup'] = true; if (location.hostname === 'www.google.com') { if (location.pathname === '/recaptcha/api/noscript') { $.ready(function() { diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 0983c1c2f..17bd9945e 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 b9c6ccf4c..d9555ec12 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,21 +1,29 @@ // ==UserScript== // @name 4chan X -// @version 1.11.1.1 +// @version 1.11.1.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X // @description Cross-browser userscript for maximum lurking on 4chan. // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE -// @match *://boards.4chan.org/* -// @match *://sys.4chan.org/* -// @match *://a.4cdn.org/* -// @match *://i.4cdn.org/* -// @match *://www.4chan.org/banned -// @match *://www.4chan.org/feedback -// @match https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match *://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match *://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://boards.4chan.org/* +// @include https://boards.4chan.org/* +// @include http://sys.4chan.org/* +// @include https://sys.4chan.org/* +// @include http://a.4cdn.org/* +// @include https://a.4cdn.org/* +// @include http://i.4cdn.org/* +// @include https://i.4cdn.org/* +// @include http://www.4chan.org/banned +// @include https://www.4chan.org/banned +// @include http://www.4chan.org/feedback +// @include https://www.4chan.org/feedback +// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index c4da15318..ef6d87b2f 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,22 +1,30 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.11.1.1 +// @version 1.11.1.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X // @description Cross-browser userscript for maximum lurking on 4chan. // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE -// @match *://boards.4chan.org/* -// @match *://sys.4chan.org/* -// @match *://a.4cdn.org/* -// @match *://i.4cdn.org/* -// @match *://www.4chan.org/banned -// @match *://www.4chan.org/feedback -// @match https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match *://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* -// @match *://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://boards.4chan.org/* +// @include https://boards.4chan.org/* +// @include http://sys.4chan.org/* +// @include https://sys.4chan.org/* +// @include http://a.4cdn.org/* +// @include https://a.4cdn.org/* +// @include http://i.4cdn.org/* +// @include https://i.4cdn.org/* +// @include http://www.4chan.org/banned +// @include https://www.4chan.org/banned +// @include http://www.4chan.org/feedback +// @include https://www.4chan.org/feedback +// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include http://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* +// @include https://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue @@ -403,7 +411,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.1.1', + VERSION: '1.11.1.2', NAMESPACE: '4chan X.', boards: {} }; @@ -874,7 +882,7 @@ $.oldValue = {}; - if (typeof GM_getValue !== "undefined" && GM_getValue !== null) { + if (typeof GM_deleteValue !== "undefined" && GM_deleteValue !== null) { $.getValue = GM_getValue; $.setValue = function(key, val) { GM_setValue(key, val); @@ -890,7 +898,9 @@ return delete localStorage[key]; } }; - $.listValues = GM_listValues; + $.listValues = function() { + return GM_listValues(); + }; } else { $.getValue = function(key) { return localStorage[key]; @@ -16793,6 +16803,10 @@ Main = { init: function() { var db, flatten, k, len1, pathname, ref, ref1, ref2; + if (window['4chan X antidup']) { + return; + } + window['4chan X antidup'] = true; if (location.hostname === 'www.google.com') { if (location.pathname === '/recaptcha/api/noscript') { $.ready(function() { diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 99bf64edf..2de1443a6 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 4bfb439f6..850590ffd 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 28a3ccd66..50fdd4a9c 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/package.json b/package.json index aa41f2722..63244605d 100755 --- 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.1.1", - "date": "2015-06-22T20:46:11.825Z", + "version": "1.11.1.2", + "date": "2015-06-23T23:03:39.382Z", "repo": "https://github.com/ccd0/4chan-x/", "page": "https://github.com/ccd0/4chan-x", "downloads": "https://ccd0.github.io/4chan-x/builds/",