Anonymous ID: 793e71 Sept. 5, 2021, 9:56 p.m. No.14528788   🗄️.is 🔗kun   >>8797

>>14528752

Paste EXACTLY this anon, it worked except I still don't see .png.

Top Right of your screen says [Options]

 

1) Click [Options]

 

2) Look for and CLICK </User JS

 

3) Under the stuff that is already written there, paste the code here:

 

 

{

 

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.replaceAll(&quot;media.&quot;,&quot;sys.&quot;)}?n=${n}

var imgs = link.querySelectorAll('img')

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

link.href = href

 

})

 

}