no icons/emotes en chatbox
No Emotes, Only Text Chat by marurunk
Details
Authormarurunk
LicenseNo License
Categorykick
Created
Updated
Size369 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name No Emotes, Only Text Chat
@version 20241128.06.09
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://kick.com/") {
.relative.mx-px.inline-block.h-\[1\.2em\].w-\[calc\(var\(--chatroom-font-size\)\*28\/13\)\].align-middle {
display: none;
}
/*
#chatroom-messages img.h-full.w-full{
display: none!important;
}
*/
}