Anonymous 09/04/2021 (Sat) 21:40:14 No.53115 del
>>53108
try updated code. goes in 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('/')

Message too long. Click here to view full text.