{
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.