Skip to content

InterfaceDisableKSH by syndric

Screenshot of InterfaceDisableKSH

Details

Authorsyndric

LicenseNo License

CategoryKeymash

Created

Updated

Size380 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

CSS Style for Keyma.sh

Notes

Hides interface and playercards
Will not hide playercards in ranked mode

Source code

/* ==UserStyle==
@name         InterfaceDisableKSH
@version      20220313.18.56
@namespace    userstyles.world/user/syndric
@description  CSS Style for Keyma.sh
@author       syndric
@license      No License
==/UserStyle== */

@-moz-document domain("keymash.io") {
div.border-gray-750, div.bg-gray-775 {
    visibility: collapse;
}

.pb-1 {
    visibility: visible !important;
}
}

Reviews

No reviews yet.