HumAnTarg3t / twitchParasocial_Logger

Other
0 stars 1 forks source link

streamer name highlight #5

Open HumAnTarg3t opened 6 months ago

HumAnTarg3t commented 6 months ago

if the username is from the config.json file, make the name red

HumAnTarg3t commented 6 months ago

had to split up the message and assign every varibale its own css class id

<p class="${channelFromTwitchSliced}"
<p class="dateCSS" style="display: inline-block; margin: 0">${ClientPayload.messageInfo.date_tmi_sent_ts}</p>
<p class="streamerIdCSS" style="display: inline-block; margin: 0">${ClientPayload.messageInfo.username}: </p>
<p class="msgCSS" style="display: inline-block; margin: 0">${ClientPayload.messageInfo.message}</p>