Skip to content

Fade Code Block Comments by Wisdawn

Details

AuthorWisdawn

LicenseNo License

Categorydeepseek.com, grok.com

Created

Updated

Code size374 B

Code checksum65460a4c

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fade code block comments on DeepSeek.com and Grok.com.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Fade Code Block Comments
@version    20250322.21.52
@namespace  ?
==/UserStyle== */

@-moz-document domain("deepseek.com"), domain("grok.com") {
/* Fade all code comments */
.md-code-block .token.comment,
div.not-prose code span[style*="color: rgb(92, 99, 112)"] {
    opacity: 0.2 !important;
    /* Adjust to balance stealth/readability */
}
}

Reviews

No reviews yet.