User style for chaturbate broadcasters that hiddes some unused elements and increases chat font
chaturbate broadcast view by LarissaKitten
Details
AuthorLarissaKitten
LicenseNo License
Categorychaturbate.com/b/
Created
Updated
Size890 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 chaturbate.com/b/
@namespace github.com/openstyles/stylus
@version 1.0.0
@description User style for chaturbate broadcasters that hiddes some unused elements and increases chat font
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://chaturbate.com/b/") {
/* Insert code here... */
#header {
display: none;
}
.navigationAlt2BgImage.navigationAlt2BgColor.tabSectionBorder {
display: none !important;
}
span[data-testid="follower-text"], a[data-testid="announce-youre-online-link"] {
display: none !important;
}
.msg-text {
font-size: 1.2em;
font-family: ubuntu;
}
.ChatTabContents {
height: 90% !important;
}
#chat-tab-default, #pm-tab-default {
font-size: 1.2em !important;
}
}