Skip to content

Dragon Cave - Censor Codes by werewire

Screenshot of Dragon Cave - Censor Codes

Details

Authorwerewire

LicenseCC-BY-NC-4.0

Categorydragcave.net

Created

Updated

Size651 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tired of censoring codes for discord and the such?

Notes

comes with a second mode that leaves named creatures uncensored, simply delete mode one (or comment it out) and lines 20 and 25 if you would like to use it

Source code

/* ==UserStyle==
@name           Dragon Cave - Censor Codes
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    Tired of censoring codes for discord and the such?
@author         Werewire
==/UserStyle== */

@-moz-document url-prefix("https://dragcave.net/dragons"), url-prefix("https://dragcave.net/user/"), url-prefix("https://dragcave.net/group/") {
    /*Mode 1: Everything*/
    td:nth-of-type(2) {
    background: #000;
    color: #000;
    border-radius: 100px;
    }
    ._8t_7 {
    color: #FFF !important;
    }
    /*Mode 2: Codes Only*/
    /*
    ._11_0 {
    background: #000;
    color:#000;
    }
    */
}

Reviews

No reviews yet.