OP here. Nevermind I found out.
This commit is contained in:
parent
62763b2e0c
commit
741e52a047
84
4chan_x.js
84
4chan_x.js
@ -60,7 +60,7 @@
|
||||
(function() {
|
||||
var $, $$, Favicon, NAMESPACE, Recaptcha, anonymize, config, d, expandComment, expandThread, g, imageHover, imgExpand, imgGif, imgPreloading, keybinds, localize, log, main, nav, nodeInserted, options, qr, quickReport, redirect, replyHiding, sauce, threadHiding, threading, titlePost, ui, unread, updater, watcher, _config, _ref;
|
||||
var __slice = Array.prototype.slice;
|
||||
if (typeof console != "undefined" && console !== null) {
|
||||
if (typeof console !== "undefined" && console !== null) {
|
||||
log = function(arg) {
|
||||
return console.log(arg);
|
||||
};
|
||||
@ -384,7 +384,7 @@
|
||||
}
|
||||
}
|
||||
});
|
||||
if (typeof GM_deleteValue != "undefined" && GM_deleteValue !== null) {
|
||||
if (typeof GM_deleteValue !== "undefined" && GM_deleteValue !== null) {
|
||||
$.extend($, {
|
||||
deleteValue: function(name) {
|
||||
return GM_deleteValue(name);
|
||||
@ -1195,8 +1195,8 @@
|
||||
in the global context.
|
||||
*/
|
||||
return $.globalEval(function() {
|
||||
var data, _ref;
|
||||
data = ((_ref = document.querySelector('table font b')) != null ? _ref.firstChild.textContent : void 0) || '';
|
||||
var data, _ref3;
|
||||
data = ((_ref3 = document.querySelector('table font b')) != null ? _ref3.firstChild.textContent : void 0) || '';
|
||||
return parent.postMessage(data, '*');
|
||||
});
|
||||
}
|
||||
@ -1498,14 +1498,14 @@
|
||||
_results = [];
|
||||
for (board in watched) {
|
||||
_results.push((function() {
|
||||
var _ref, _results;
|
||||
var _ref, _results2;
|
||||
_ref = watched[board];
|
||||
_results = [];
|
||||
_results2 = [];
|
||||
for (id in _ref) {
|
||||
props = _ref[id];
|
||||
_results.push(watcher.addLink(props, $('#watcher')));
|
||||
_results2.push(watcher.addLink(props, $('#watcher')));
|
||||
}
|
||||
return _results;
|
||||
return _results2;
|
||||
})());
|
||||
}
|
||||
return _results;
|
||||
@ -1617,17 +1617,17 @@
|
||||
span = _ref[_i];
|
||||
suffix = $('a', span).href;
|
||||
_results.push((function() {
|
||||
var _len, _results;
|
||||
_results = [];
|
||||
for (i = 0, _len = prefixes.length; i < _len; i++) {
|
||||
var _len2, _results2;
|
||||
_results2 = [];
|
||||
for (i = 0, _len2 = prefixes.length; i < _len2; i++) {
|
||||
prefix = prefixes[i];
|
||||
link = $.el('a', {
|
||||
textContent: names[i],
|
||||
href: prefix + suffix
|
||||
});
|
||||
_results.push($.append(span, $.tn(' '), link));
|
||||
_results2.push($.append(span, $.tn(' '), link));
|
||||
}
|
||||
return _results;
|
||||
return _results2;
|
||||
})());
|
||||
}
|
||||
return _results;
|
||||
@ -1815,10 +1815,10 @@
|
||||
};
|
||||
Recaptcha = {
|
||||
init: function() {
|
||||
var el, recaptcha, _i, _len, _ref;
|
||||
_ref = $$('#recaptcha_table a');
|
||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||
el = _ref[_i];
|
||||
var el, recaptcha, _i, _len, _ref2;
|
||||
_ref2 = $$('#recaptcha_table a');
|
||||
for (_i = 0, _len = _ref2.length; _i < _len; _i++) {
|
||||
el = _ref2[_i];
|
||||
el.tabIndex = 1;
|
||||
}
|
||||
recaptcha = $('#recaptcha_response_field');
|
||||
@ -1834,13 +1834,13 @@
|
||||
}
|
||||
};
|
||||
nodeInserted = function(e) {
|
||||
var callback, dialog, target, _i, _len, _ref, _results;
|
||||
var callback, dialog, target, _i, _len, _ref2, _results;
|
||||
target = e.target;
|
||||
if (target.nodeName === 'TABLE') {
|
||||
_ref = g.callbacks;
|
||||
_ref2 = g.callbacks;
|
||||
_results = [];
|
||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||
callback = _ref[_i];
|
||||
for (_i = 0, _len = _ref2.length; _i < _len; _i++) {
|
||||
callback = _ref2[_i];
|
||||
_results.push(callback(target));
|
||||
}
|
||||
return _results;
|
||||
@ -1945,11 +1945,11 @@
|
||||
},
|
||||
cb: {
|
||||
node: function(root) {
|
||||
var thumb, _i, _len, _ref, _results;
|
||||
_ref = $$('img[md5]', root);
|
||||
var thumb, _i, _len, _ref2, _results;
|
||||
_ref2 = $$('img[md5]', root);
|
||||
_results = [];
|
||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||
thumb = _ref[_i];
|
||||
for (_i = 0, _len = _ref2.length; _i < _len; _i++) {
|
||||
thumb = _ref2[_i];
|
||||
$.bind(thumb.parentNode, 'click', imgExpand.cb.toggle);
|
||||
_results.push(imgExpand.on ? imgExpand.toggle(thumb) : void 0);
|
||||
}
|
||||
@ -1984,12 +1984,12 @@
|
||||
}
|
||||
},
|
||||
typeChange: function(e) {
|
||||
var img, _i, _len, _ref, _results;
|
||||
var img, _i, _len, _ref2, _results;
|
||||
imgExpand.foo();
|
||||
_ref = $$('img[md5] + img');
|
||||
_ref2 = $$('img[md5] + img');
|
||||
_results = [];
|
||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||
img = _ref[_i];
|
||||
for (_i = 0, _len = _ref2.length; _i < _len; _i++) {
|
||||
img = _ref2[_i];
|
||||
_results.push(imgExpand.resize(img));
|
||||
}
|
||||
return _results;
|
||||
@ -2033,9 +2033,9 @@
|
||||
return imgExpand.type = $('#imageType').value;
|
||||
},
|
||||
resize: function(img) {
|
||||
var imgHeight, imgWidth, maxHeight, maxWidth, maxWidthOP, maxWidthReply, ratio, type, _, _ref;
|
||||
var imgHeight, imgWidth, maxHeight, maxWidth, maxWidthOP, maxWidthReply, ratio, type, _, _ref2;
|
||||
maxWidthOP = imgExpand.maxWidthOP, maxWidthReply = imgExpand.maxWidthReply, maxHeight = imgExpand.maxHeight, type = imgExpand.type;
|
||||
_ref = $.x("preceding::span[@class][1]/text()[2]", img).textContent.match(/(\d+)x(\d+)/), _ = _ref[0], imgWidth = _ref[1], imgHeight = _ref[2];
|
||||
_ref2 = $.x("preceding::span[@class][1]/text()[2]", img).textContent.match(/(\d+)x(\d+)/), _ = _ref2[0], imgWidth = _ref2[1], imgHeight = _ref2[2];
|
||||
imgWidth = Number(imgWidth);
|
||||
imgHeight = Number(imgHeight);
|
||||
if (img.parentNode.parentNode.nodeName === 'TD') {
|
||||
@ -2059,15 +2059,15 @@
|
||||
}
|
||||
},
|
||||
dialog: function() {
|
||||
var controls, delform, imageType, option, _i, _len, _ref;
|
||||
var controls, delform, imageType, option, _i, _len, _ref2;
|
||||
controls = $.el('div', {
|
||||
id: 'imgControls',
|
||||
innerHTML: "<select id=imageType name=imageType><option>full</option><option>fit width</option><option>fit screen</option></select> <label>Expand Images<input type=checkbox id=imageExpand></label>"
|
||||
});
|
||||
imageType = $.getValue('imageType', 'full');
|
||||
_ref = $$('option', controls);
|
||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||
option = _ref[_i];
|
||||
_ref2 = $$('option', controls);
|
||||
for (_i = 0, _len = _ref2.length; _i < _len; _i++) {
|
||||
option = _ref2[_i];
|
||||
if (option.textContent === imageType) {
|
||||
option.selected = true;
|
||||
break;
|
||||
@ -2088,7 +2088,7 @@
|
||||
};
|
||||
main = {
|
||||
init: function() {
|
||||
var DAY, callback, cutoff, hiddenThreads, id, lastChecked, now, pathname, temp, timestamp, tzOffset, _i, _len, _ref, _ref2;
|
||||
var DAY, callback, cutoff, hiddenThreads, id, lastChecked, now, pathname, temp, timestamp, tzOffset, _i, _len, _ref2, _ref3;
|
||||
pathname = location.pathname.substring(1).split('/');
|
||||
g.BOARD = pathname[0], temp = pathname[1];
|
||||
if (temp === 'res') {
|
||||
@ -2127,9 +2127,9 @@
|
||||
delete hiddenThreads[id];
|
||||
}
|
||||
}
|
||||
_ref = g.hiddenReplies;
|
||||
for (id in _ref) {
|
||||
timestamp = _ref[id];
|
||||
_ref2 = g.hiddenReplies;
|
||||
for (id in _ref2) {
|
||||
timestamp = _ref2[id];
|
||||
if (timestamp < cutoff) {
|
||||
delete g.hiddenReplies[id];
|
||||
}
|
||||
@ -2211,9 +2211,9 @@
|
||||
expandComment.init();
|
||||
}
|
||||
}
|
||||
_ref2 = g.callbacks;
|
||||
for (_i = 0, _len = _ref2.length; _i < _len; _i++) {
|
||||
callback = _ref2[_i];
|
||||
_ref3 = g.callbacks;
|
||||
for (_i = 0, _len = _ref3.length; _i < _len; _i++) {
|
||||
callback = _ref3[_i];
|
||||
callback();
|
||||
}
|
||||
$.bind(d.body, 'DOMNodeInserted', nodeInserted);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user