Skip to content

Discord accessible strikethrough by ajs256

Details

Authorajs256

LicenseUnlicense

Categorydiscord.com

Created

Updated

Size430 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes strikethrough on Discord to a wavy underline

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Discord accessible strikethrough
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Changes strikethrough on Discord to a wavy underline
@author         @alex@social.dino.icu
==/UserStyle== */
@-moz-document domain("discord.com") {
    s {
        text-decoration-thickness: 1px;
        text-decoration-style: wavy;
        text-decoration-line: underline;
    }
}

Reviews

No reviews yet.