Release 4chan X v1.11.1.2.
This commit is contained in:
parent
636bcf4af5
commit
d0f7f2a2b8
@ -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
|
||||||
|
|
||||||
|
**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")]
|
**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.
|
- Add `Use Recaptcha v2 in Reports` option to use the image selection captcha in the report window.
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -1,21 +1,29 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.11.1.1
|
// @version 1.11.1.2
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
// @description Cross-browser userscript for maximum lurking on 4chan.
|
// @description Cross-browser userscript for maximum lurking on 4chan.
|
||||||
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
||||||
// @match *://boards.4chan.org/*
|
// @include http://boards.4chan.org/*
|
||||||
// @match *://sys.4chan.org/*
|
// @include https://boards.4chan.org/*
|
||||||
// @match *://a.4cdn.org/*
|
// @include http://sys.4chan.org/*
|
||||||
// @match *://i.4cdn.org/*
|
// @include https://sys.4chan.org/*
|
||||||
// @match *://www.4chan.org/banned
|
// @include http://a.4cdn.org/*
|
||||||
// @match *://www.4chan.org/feedback
|
// @include https://a.4cdn.org/*
|
||||||
// @match https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include http://i.4cdn.org/*
|
||||||
// @match https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include https://i.4cdn.org/*
|
||||||
// @match *://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include http://www.4chan.org/banned
|
||||||
// @match *://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @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_getValue
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_deleteValue
|
// @grant GM_deleteValue
|
||||||
|
|||||||
@ -1,22 +1,30 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.11.1.1
|
// @version 1.11.1.2
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
// @description Cross-browser userscript for maximum lurking on 4chan.
|
// @description Cross-browser userscript for maximum lurking on 4chan.
|
||||||
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
||||||
// @match *://boards.4chan.org/*
|
// @include http://boards.4chan.org/*
|
||||||
// @match *://sys.4chan.org/*
|
// @include https://boards.4chan.org/*
|
||||||
// @match *://a.4cdn.org/*
|
// @include http://sys.4chan.org/*
|
||||||
// @match *://i.4cdn.org/*
|
// @include https://sys.4chan.org/*
|
||||||
// @match *://www.4chan.org/banned
|
// @include http://a.4cdn.org/*
|
||||||
// @match *://www.4chan.org/feedback
|
// @include https://a.4cdn.org/*
|
||||||
// @match https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include http://i.4cdn.org/*
|
||||||
// @match https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include https://i.4cdn.org/*
|
||||||
// @match *://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include http://www.4chan.org/banned
|
||||||
// @match *://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @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_getValue
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_deleteValue
|
// @grant GM_deleteValue
|
||||||
@ -403,7 +411,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.1.1',
|
VERSION: '1.11.1.2',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -874,7 +882,7 @@
|
|||||||
|
|
||||||
$.oldValue = {};
|
$.oldValue = {};
|
||||||
|
|
||||||
if (typeof GM_getValue !== "undefined" && GM_getValue !== null) {
|
if (typeof GM_deleteValue !== "undefined" && GM_deleteValue !== null) {
|
||||||
$.getValue = GM_getValue;
|
$.getValue = GM_getValue;
|
||||||
$.setValue = function(key, val) {
|
$.setValue = function(key, val) {
|
||||||
GM_setValue(key, val);
|
GM_setValue(key, val);
|
||||||
@ -890,7 +898,9 @@
|
|||||||
return delete localStorage[key];
|
return delete localStorage[key];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$.listValues = GM_listValues;
|
$.listValues = function() {
|
||||||
|
return GM_listValues();
|
||||||
|
};
|
||||||
} else {
|
} else {
|
||||||
$.getValue = function(key) {
|
$.getValue = function(key) {
|
||||||
return localStorage[key];
|
return localStorage[key];
|
||||||
@ -16793,6 +16803,10 @@
|
|||||||
Main = {
|
Main = {
|
||||||
init: function() {
|
init: function() {
|
||||||
var db, flatten, k, len1, pathname, ref, ref1, ref2;
|
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.hostname === 'www.google.com') {
|
||||||
if (location.pathname === '/recaptcha/api/noscript') {
|
if (location.pathname === '/recaptcha/api/noscript') {
|
||||||
$.ready(function() {
|
$.ready(function() {
|
||||||
|
|||||||
Binary file not shown.
@ -1,22 +1,30 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.1.1
|
// @version 1.11.1.2
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
// @description Cross-browser userscript for maximum lurking on 4chan.
|
// @description Cross-browser userscript for maximum lurking on 4chan.
|
||||||
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
||||||
// @match *://boards.4chan.org/*
|
// @include http://boards.4chan.org/*
|
||||||
// @match *://sys.4chan.org/*
|
// @include https://boards.4chan.org/*
|
||||||
// @match *://a.4cdn.org/*
|
// @include http://sys.4chan.org/*
|
||||||
// @match *://i.4cdn.org/*
|
// @include https://sys.4chan.org/*
|
||||||
// @match *://www.4chan.org/banned
|
// @include http://a.4cdn.org/*
|
||||||
// @match *://www.4chan.org/feedback
|
// @include https://a.4cdn.org/*
|
||||||
// @match https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include http://i.4cdn.org/*
|
||||||
// @match https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include https://i.4cdn.org/*
|
||||||
// @match *://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include http://www.4chan.org/banned
|
||||||
// @match *://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @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_getValue
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_deleteValue
|
// @grant GM_deleteValue
|
||||||
@ -402,7 +410,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.1.1',
|
VERSION: '1.11.1.2',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -873,7 +881,7 @@
|
|||||||
|
|
||||||
$.oldValue = {};
|
$.oldValue = {};
|
||||||
|
|
||||||
if (typeof GM_getValue !== "undefined" && GM_getValue !== null) {
|
if (typeof GM_deleteValue !== "undefined" && GM_deleteValue !== null) {
|
||||||
$.getValue = GM_getValue;
|
$.getValue = GM_getValue;
|
||||||
$.setValue = function(key, val) {
|
$.setValue = function(key, val) {
|
||||||
GM_setValue(key, val);
|
GM_setValue(key, val);
|
||||||
@ -889,7 +897,9 @@
|
|||||||
return delete localStorage[key];
|
return delete localStorage[key];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$.listValues = GM_listValues;
|
$.listValues = function() {
|
||||||
|
return GM_listValues();
|
||||||
|
};
|
||||||
} else {
|
} else {
|
||||||
$.getValue = function(key) {
|
$.getValue = function(key) {
|
||||||
return localStorage[key];
|
return localStorage[key];
|
||||||
@ -16792,6 +16802,10 @@
|
|||||||
Main = {
|
Main = {
|
||||||
init: function() {
|
init: function() {
|
||||||
var db, flatten, k, len1, pathname, ref, ref1, ref2;
|
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.hostname === 'www.google.com') {
|
||||||
if (location.pathname === '/recaptcha/api/noscript') {
|
if (location.pathname === '/recaptcha/api/noscript') {
|
||||||
$.ready(function() {
|
$.ready(function() {
|
||||||
|
|||||||
Binary file not shown.
@ -1,21 +1,29 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.1.1
|
// @version 1.11.1.2
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
// @description Cross-browser userscript for maximum lurking on 4chan.
|
// @description Cross-browser userscript for maximum lurking on 4chan.
|
||||||
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
||||||
// @match *://boards.4chan.org/*
|
// @include http://boards.4chan.org/*
|
||||||
// @match *://sys.4chan.org/*
|
// @include https://boards.4chan.org/*
|
||||||
// @match *://a.4cdn.org/*
|
// @include http://sys.4chan.org/*
|
||||||
// @match *://i.4cdn.org/*
|
// @include https://sys.4chan.org/*
|
||||||
// @match *://www.4chan.org/banned
|
// @include http://a.4cdn.org/*
|
||||||
// @match *://www.4chan.org/feedback
|
// @include https://a.4cdn.org/*
|
||||||
// @match https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include http://i.4cdn.org/*
|
||||||
// @match https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include https://i.4cdn.org/*
|
||||||
// @match *://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include http://www.4chan.org/banned
|
||||||
// @match *://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @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_getValue
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_deleteValue
|
// @grant GM_deleteValue
|
||||||
|
|||||||
@ -1,22 +1,30 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.1.1
|
// @version 1.11.1.2
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
// @description Cross-browser userscript for maximum lurking on 4chan.
|
// @description Cross-browser userscript for maximum lurking on 4chan.
|
||||||
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
||||||
// @match *://boards.4chan.org/*
|
// @include http://boards.4chan.org/*
|
||||||
// @match *://sys.4chan.org/*
|
// @include https://boards.4chan.org/*
|
||||||
// @match *://a.4cdn.org/*
|
// @include http://sys.4chan.org/*
|
||||||
// @match *://i.4cdn.org/*
|
// @include https://sys.4chan.org/*
|
||||||
// @match *://www.4chan.org/banned
|
// @include http://a.4cdn.org/*
|
||||||
// @match *://www.4chan.org/feedback
|
// @include https://a.4cdn.org/*
|
||||||
// @match https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include http://i.4cdn.org/*
|
||||||
// @match https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include https://i.4cdn.org/*
|
||||||
// @match *://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @include http://www.4chan.org/banned
|
||||||
// @match *://www.google.com/recaptcha/api/noscript?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
|
// @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_getValue
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_deleteValue
|
// @grant GM_deleteValue
|
||||||
@ -403,7 +411,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.1.1',
|
VERSION: '1.11.1.2',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -874,7 +882,7 @@
|
|||||||
|
|
||||||
$.oldValue = {};
|
$.oldValue = {};
|
||||||
|
|
||||||
if (typeof GM_getValue !== "undefined" && GM_getValue !== null) {
|
if (typeof GM_deleteValue !== "undefined" && GM_deleteValue !== null) {
|
||||||
$.getValue = GM_getValue;
|
$.getValue = GM_getValue;
|
||||||
$.setValue = function(key, val) {
|
$.setValue = function(key, val) {
|
||||||
GM_setValue(key, val);
|
GM_setValue(key, val);
|
||||||
@ -890,7 +898,9 @@
|
|||||||
return delete localStorage[key];
|
return delete localStorage[key];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$.listValues = GM_listValues;
|
$.listValues = function() {
|
||||||
|
return GM_listValues();
|
||||||
|
};
|
||||||
} else {
|
} else {
|
||||||
$.getValue = function(key) {
|
$.getValue = function(key) {
|
||||||
return localStorage[key];
|
return localStorage[key];
|
||||||
@ -16793,6 +16803,10 @@
|
|||||||
Main = {
|
Main = {
|
||||||
init: function() {
|
init: function() {
|
||||||
var db, flatten, k, len1, pathname, ref, ref1, ref2;
|
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.hostname === 'www.google.com') {
|
||||||
if (location.pathname === '/recaptcha/api/noscript') {
|
if (location.pathname === '/recaptcha/api/noscript') {
|
||||||
$.ready(function() {
|
$.ready(function() {
|
||||||
|
|||||||
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://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.11.1.1' />
|
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.11.1.2' />
|
||||||
</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://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.11.1.1' />
|
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.11.1.2' />
|
||||||
</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.1.1",
|
"version": "1.11.1.2",
|
||||||
"date": "2015-06-22T20:46:11.825Z",
|
"date": "2015-06-23T23:03:39.382Z",
|
||||||
"repo": "https://github.com/ccd0/4chan-x/",
|
"repo": "https://github.com/ccd0/4chan-x/",
|
||||||
"page": "https://github.com/ccd0/4chan-x",
|
"page": "https://github.com/ccd0/4chan-x",
|
||||||
"downloads": "https://ccd0.github.io/4chan-x/builds/",
|
"downloads": "https://ccd0.github.io/4chan-x/builds/",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user