Skip to content

Gamdom - Hiding annoying winning message in chat by TrustNoOne

Screenshot of Gamdom - Hiding annoying winning message in chat

Details

AuthorTrustNoOne

LicenseNo License

Categoryhttps://www.gamdom-com

Created

Updated

Size361 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Some people dont wanna see these messages like "User XYZ just won $ xxxxx dollars while playing XYZ Slot". This CSS rule hides the message completely.

Notes

You just need to install the browser Extension "Stylus" and load the class in and activate the rule in the Stylus extension. The rule only applies to the gamdom chat and has no effect on other sites

Source code

/* ==UserStyle==
@name           05 - Mai 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    This CSS rule hide the annoying "User XYZ just won $ xxxxx dollars while playing XYZ Slot"
@author         TrustNoOne
==/UserStyle== */

@-moz-document domain("gamdom.com") {
    .bXgeEg {
        display: none;
    }
}

Reviews

No reviews yet.