Anonymous 09/03/2021 (Fri) 16:29:40 No.53107 del
js code to see images on 8kun, with a auto refresher



/* Enter your own Javascript code here... */
/* You can include JS files from remote servers, for example: */
/* load_js("http://example.com/script.js"); */

window.setTimeout(function () {
window.location.reload();
}, 180000);

{

var links = Array.from(document.querySelectorAll('a'))

var imageLinks = links.filter(l => /.*media\.8kun\.top.*/ig.test(l.href))

Message too long. Click here to view full text.