the slides are missing / I have no work to do now / the sun is too bright
2
   
Award
Favorite
Favorited
Unfavorite
Download
"(subscribe_nickname = (i) => {
if (i == accounts.length) {
return console.log('done');
}
jQuery.post('https://gtm.steamproxy.vip/comment/Profile/subscribe/' + accounts + "/-1", {
sessionid: g_sessionID, count: 6,
});
jQuery.post("https://gtm.steamproxy.vip/profiles/" + accounts + "/ajaxsetnickname/", {
sessionid: g_sessionID,
nickname: "[" + i + "]"
});
console.log('https://gtm.steamproxy.vip/profiles/' + accounts);
setTimeout(subscribe_nickname, 1000, i+1);
})(1);
"