Skip to content

EMQ Replace Cow by Serecola

Details

AuthorSerecola

LicenseNo License

Categoryhttps://emq.up.railway.app/

Created

Updated

Code size1.1 kB

Code checksum5f2d177e

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replaces the default EMQ avatar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         EMQ Replace Cow
@version      20231228.18.52
@namespace    ?
==/UserStyle== */

@-moz-document domain("emq.up.railway.app") {
/* Default Avatar */
    img[src*="assets/avatars/auu/default/default.webp"] {
        /* Specify the new image URL */
        content: url('https://files.catbox.moe/pdf0jk.webp');
    }

    /* Thinking Avatar */
    img[src*="assets/avatars/auu/default/thinking.webp"] {
        /* Specify the new image URL */
        content: url('https://files.catbox.moe/00uv7a.webp');
    }

    /* Guessed Avatar */
    img[src*="assets/avatars/auu/default/guessed.webp"] {
        /* Specify the new image URL */
        content: url('https://files.catbox.moe/kwv6ag.webp');
    }

    /* Wrong Avatar */
    img[src*="assets/avatars/auu/default/wrong.webp"] {
        /* Specify the new image URL */
        content: url('https://files.catbox.moe/gdi570.webp');
    }

    /* Correct Avatar */
    img[src*="assets/avatars/auu/default/correct.webp"] {
        /* Specify the new image URL */
        content: url('https://files.catbox.moe/lyh620.webp');
    }
}

Reviews

No reviews yet.