CODE UPDATE
Replace ur code with this updated code. you can then right click and the file will open in sys.8kun now.
I changed… replace with replaceAll.
hope this helps other anons o7
JPG IMAGE VIEWER
{ 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 })}
-BakerG