Skip to content

lolcow.tv by xrstf

Details

Authorxrstf

LicenseNo License

Categorylolcow

Created

Updated

Size546 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fix unreadably small fonts with red color on red background, hide the giant hero banner.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         lolcow.tv
@version      20220520.12.25
@namespace    userstyles.world/user/xrstf
@description  Fix unreadably small fonts with red color on red background, hide the giant hero banner.
@author       xrstf
@license      No License
==/UserStyle== */

@-moz-document domain("lolcow.tv"), domain("cytu.be") {
.queue_entry a, #currenttitle {
    color: white;
}

#drinkbarwrap, #motdrow {
    display: none;
}

#videowrap-header {
    padding: 5px;
    font-weight: bold;
}

.qe_title, .qe_time {
    font-size: 120%;
}
}

Reviews

No reviews yet.