CSS Style for Keyma.sh
InterfaceDisableKSH by syndric
Details
Authorsyndric
LicenseNo License
CategoryKeymash
Created
Updated
Size380 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}