MT
MT by shellxs
Details
Authorshellxs
LicenseNo License
Categorym-team.cc
Created
Updated
Size434 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name MT
@version 20240331.06.17
@namespace https://userstyles.world/user/shellxs
@description MT
@author shellxs
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://kp.m-team.cc") {
/* Invite */
tr:nth-child(3) {
display: none !important;
}
/* Interest Vote */
.mx-auto .ant-card:nth-child(2),
.mx-auto .ant-card:nth-child(3) {
display: none !important;
}
}