Anonymous ID: 53db45 Sept. 4, 2021, 5:36 p.m. No.14521898   🗄️.is 🔗kun   >>1958

>>14521660

After thinking about this for a minute, I remember Matthew 24. We're still at the part that's "the beginning of birth pangs". It's gonna get tough to be a fence sitter. Might as well choose a side now.

Anonymous ID: 53db45 Sept. 4, 2021, 5:55 p.m. No.14522062   🗄️.is 🔗kun   >>2067 >>2134 >>2153 >>2396

>>14522034

Paste this into your [options]

</>

user JS

 

{

 

var updateLinks = function() {

 

var links = Array.from(document.querySelectorAll('a'));

 

var imageLinks = links.filter(l =/.media.8kun.top./ig.test(l.href));

 

imageLinks.forEach(link ={

 

var n = Math.floor(Math.random() * 77777777777) + 1 ;

 

var pieces = link.href.split('/')

 

var filename = pieces[pieces.length-1]

 

var [hash, extension] = filename.split('.')

 

var href = ${link.href.replace(&quot;media.&quot;,&quot;sys.&quot;)}/${hash}.jpg?n=${n};

 

/ var href = ${link.href.replaceAll(&quot;media.&quot;,&quot;sys.&quot;)}?n=${n};/

 

var imgs = link.querySelectorAll('img');

 

imgs.forEach(i =i.src = href);

 

link.href = href;

 

});

 

};

 

updateLinks();

 

// allow to work with auto-reload.js, etc.

 

$(document).on('new_post', function (e, post) {

 

updateLinks();

 

});

 

}