Ugly smoke finds truth / Spring burns or autumn splashes / Mud stops eagerness
2
   
Award
Favorite
Favorited
Unfavorite
Download
"byteframe - 01/09/2018
XXX UNOWNED FAVORITE GAMES:
var checked = [];
myArray.forEach(function(appid) {
if (checked.indexOf(appid) > -1) {
console.log("duplicate: " + appid);
} else {
checked.push(appid);
game_collector.slots.forEach(function(slot, slot_index) {
if (slot.indexOf(appid) > -1) {
console.log(slot_index + ": " + appid);
}
});
}
});(edited)
http://steamproxy.net/sharedfiles/displayimageformodaldialog/?imageurl=https://i.imgur.com/L1F74NP.gif
January 19, 2018
byteframe - Last Friday at 2:38 PM
// spam broadcast chat with request text and update title
request_index = -1;
setInterval(function() {
broadcast_log(requests[++request_index].data.replace(
/\n/g, ' | ').replace(/\s+/g, ' ').trim().substr(0,750));
if (request_index == requests.length-1) {
request_index = -1;
}
}, 30000);
function update_broadcast_title() {
setTimeout(function() {
jQuery('#BroadcastAdminTitleInput').val(profile_debug());
BroadcastWatch.UpdateBroadcast();
update_broadcast_title();
}, (60-new Date().getSeconds()+5)*1000);
}
update_broadcast_title();"
1 Comments
EGOiSTEX (2) 25 Nov, 2017 @ 1:05am 
:steamhappy: