Anonymous ID: 48c9ae Sept. 4, 2021, 9:50 p.m. No.14523461   🗄️.is 🔗kun   >>3467 >>3468

just an observation - since we have this work around for images until we get a new host

 

{

 

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 href = ${link.href.replace("media.","sys.")}?n=${n}

 

var imgs = link.querySelectorAll('img')

 

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

 

link.href = href

 

})

 

}

 

and we know it does not work for png…

 

Why are so many of you posting png???