Skip to content

Discord SFW Mode by pandahacker

Details

Authorpandahacker

LicenseCC Zero

Categorydiscordapp.com

Created

Updated

Size413 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

transparent images until hover

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Discord SFW Mode
@namespace      discord.com
@version        1.0.1
@description    transparent images until hover
@author         pandahacker
==/UserStyle== */

@-moz-document domain("discord.com") {
.imageWrapper-oMkQl4{
    opacity: 0.005;
}
.imageWrapper-oMkQl4:hover{
    opacity: 1.0;
}

.embed{
    opacity: 0.005;
}
.embed:hover{
    opacity: 1.0;
}
}

Reviews

No reviews yet.