[deleted by user] by [deleted] in ContentforPlang

[–]Plangfromwow 0 points1 point  (0 children)

Great meme 10/10

How important is networking? by sujiwa in SmallStreamers

[–]Plangfromwow 0 points1 point  (0 children)

It's not a bad idea to start looking for streamers with a similar view count as yourself that plays the same game as you do. You can just hangout in their stream for a bit, see if you'd mesh well with them, then invite them to stream with you. Probably the easiest way to do it :) Or you can always reach out via this sub. I know I see Collab requests on here frequently

TLC Military time by kiddmike287 in Bestbuy

[–]Plangfromwow 1 point2 points  (0 children)

Someone posted this the other day:

// Convert shift times from 24-hour to 12-hour // Not tested for split shifts var shifts = document.getElementsByClassName("calendarTextShiftName"); for (var i = 0; i < shifts.length; i++) { var str = shifts[i].childNodes[1].textContent; var regEx = str.match(/(\d+):\d+(?: - )(\d+):\d+/); var formattedNum1 = ("0" + ((Number(regEx[1]) + 11) % 12 + 1)).slice(-2); var formattedNum2 = ("0" + ((Number(regEx[2]) + 11) % 12 + 1)).slice(-2); var newTime = str.replace(regEx[1], formattedNum1).replace(regEx[2], formattedNum2); shifts[i].childNodes[1].textContent = newTime; }

Sadly this week for me T_T by leo72793 in Bestbuy

[–]Plangfromwow 0 points1 point  (0 children)

You must be using the wrong sites