About development
4 subscribers
5 photos
5 files
111 links
Download Telegram
Forwarded from Deleted Account
][akep.zip
438.1 MB
var z = document.querySelectorAll('td a'), r = [];
for(let i = 0, a = z.length; i < a; i++){
r.push(location.href + z[i].getAttribute('href'));
}
console.log(r.join("\r\n"))