Merge
This commit is contained in:
parent
4cd72db79c
commit
fe8a49a70e
@ -1,21 +0,0 @@
|
|||||||
// ==UserScript==
|
|
||||||
// @name 4chan X
|
|
||||||
// @version 1.2.41
|
|
||||||
// @minGMVer 1.13
|
|
||||||
// @minFFVer 22
|
|
||||||
// @namespace 4chan-X
|
|
||||||
// @description Cross-browser userscript for maximum lurking on 4chan.
|
|
||||||
// @license MIT; https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
|
||||||
// @match *://api.4chan.org/*
|
|
||||||
// @match *://boards.4chan.org/*
|
|
||||||
// @match *://images.4chan.org/*
|
|
||||||
// @match *://sys.4chan.org/*
|
|
||||||
// @grant GM_getValue
|
|
||||||
// @grant GM_setValue
|
|
||||||
// @grant GM_deleteValue
|
|
||||||
// @grant GM_openInTab
|
|
||||||
// @run-at document-start
|
|
||||||
// @updateURL https://github.com/seaweedchan/4chan-x/raw/stable/builds/4chan-X.meta.js
|
|
||||||
// @downloadURL https://github.com/seaweedchan/4chan-x/raw/stable/builds/4chan-X.user.js
|
|
||||||
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAHFJREFUKFOt0LENACEIBdBv4Qju4wgWanEj3D6OcIVMKaitYHEU/jwTCQj8W75kiVCSBvdQ5/AvfVHBin11BgdRq3ysBgfwBDRrj3MCIA+oAQaku/Q1cNctrAmyDl577tOThYt/Y1RBM4DgOHzM0HFTAyLukH/cmRnqAAAAAElFTkSuQmCC
|
|
||||||
// ==/UserScript==
|
|
||||||
11861
builds/4chan-X.user.js
11861
builds/4chan-X.user.js
File diff suppressed because one or more lines are too long
@ -10405,6 +10405,12 @@
|
|||||||
return el.className = klass;
|
return el.className = klass;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
count: function(start) {
|
||||||
|
clearTimeout(ThreadUpdater.timeoutID);
|
||||||
|
if (start && ThreadUpdater.isUpdating && navigator.onLine) {
|
||||||
|
return ThreadUpdater.timeout();
|
||||||
|
}
|
||||||
|
},
|
||||||
timeout: function() {
|
timeout: function() {
|
||||||
var n;
|
var n;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user