Skip to content

Trovo with highlights by vladimircreative

Screenshot of Trovo with highlights

Details

Authorvladimircreative

LicenseNo License

Categoryuserstyles

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Small fixes for the chat.

Notes

  • Red highlight for mentions
  • Blue highlight for regular chat users
  • Green highlight for subs

Source code

/* ==UserStyle==
@name         Trovo without spells
@version      20221214.10.24
@namespace    userstyles.world/user/vladimircreative
@description  Some small custom fixes for the chat:

- Red highlight for mentions
- No spells in chat
- Blue highlight for regular chat users
- Green highlight for subs
@author       vladimircreative
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://trovo.live/") {
.message-comp.at-me {
    background: #420505 !important;
}

.content-wrap[data-v-33f66324] {
    color: #bebfc1;
}

.nickname-box[data-v-499790b4] {
    color: #379fc8;
    font-size: 14px;
}

.nickname-box.sub[data-v-499790b4] {
    color: #3cd51c;
}

.gift-rank-header .tabs[data-v-48d88364]{
    font-size: 9px
}

div[data-uid='100001196']{
    font-size: 0px !important;
    opacity: 0 !important;
    height: 0 !important;
}

div[data-uid='101208428']{
    font-size: 0px !important;
    opacity: 0 !important;
    height: 0 !important;
}

div[data-uid='100601121']{
    font-size: 0px !important;
    opacity: 0 !important;
    height: 0 !important;
}

.gift-rank-header {
    font-size: 0px !important;
    opacity: 0 !important;
    height: 0 !important;
}
}

Reviews

No reviews yet.