Skip to content

chaturbate broadcast view by LarissaKitten

Screenshot of chaturbate broadcast view

Details

AuthorLarissaKitten

LicenseMIT License

Categorychaturbate.com/b/

Created

Updated

Size925 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

User style for chaturbate broadcaster page, hides the title font and increases chat size font.

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;
    }
    
     
}

Reviews

No reviews yet.