>>40579757add this userscript to your browser to make 4chan server you images via the not-shit servers
// ==UserScript==
// @name 4chan Rewrite image links
// @namespace whoisthisforechan
// @match *://
boards.4chan.org/*
// @match *://
boards.4channel.org/*
// @grant none
// ==/UserScript==
function rewriteLink(el) {
let replacedlink = el.href.replace(/\/is\d?\.4chan\.org\//, '/
i.4cdn.org/');
el.href = replacedlink;
}
document.querySelectorAll('a.fileThumb').forEach(e => rewriteLink(e));
document.querySelectorAll('div.fileText > a').forEach(e => rewriteLink(e));
>>40579777>>405797814chan image server are slow as fuck