Anonymous ID: 677bf3 Sept. 2, 2021, 7:34 p.m. No.14512161   🗄️.is 🔗kun   >>2185 >>2205

>>14512034

>{

 

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

 

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

 

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

 

> link.href = href

> })

 

>}

 

What code, where?

Anonymous ID: 677bf3 Sept. 2, 2021, 7:45 p.m. No.14512205   🗄️.is 🔗kun   >>2224 >>2256 >>2274 >>2280 >>2291 >>2302 >>2406

>>14512034

>>14512161

 

*never mind found it.

 

Newbs:

 

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 })}