From c99a62b7196a105ac3c844bc2e963155af3ffa33 Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Tue, 30 Jun 2020 19:33:42 -0400 Subject: [PATCH] Indent + convert emojis to code form. --- scripts/communityScripts/chat/FloofChat.html | 40 ++++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/scripts/communityScripts/chat/FloofChat.html b/scripts/communityScripts/chat/FloofChat.html index 62bb0e625d..7baac63455 100644 --- a/scripts/communityScripts/chat/FloofChat.html +++ b/scripts/communityScripts/chat/FloofChat.html @@ -182,22 +182,22 @@ case ext == "GIF": case ext == "JPEG": elContent = elContent.replace(this, "

" + this - + "📲"); + + "'class=\"responsive z-depth-2\">
" + this + + "📲"); break; case ext == "iframe": elContent = elContent.replace(this, "
"); + + "'width=\"440\" height=\"248\" frameborder=\"0\">"); break; case ext == "webm": elContent = elContent.replace(this, "

" + this - + "📲"); + + "' type='video/" + ext + "'>
" + this + + "📲"); break; case protocol === "HIFI": case protocol === "hifi": @@ -207,21 +207,21 @@ var youtubeMatch = this.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|\&v=)([^#\&\?]*).*/); if (youtubeMatch && youtubeMatch[2].length == 11) { elContent = "

" + this - + "📲"; + + "' frameborder='0'>
" + this + + "📲"; break; } // else fall through to default default: elContent = elContent.replace(this, "
" + this - + "📲"); + + "');return false;\" href=\"" + this + + "\">" + this + + "📲"); break; }