Voidchat.org ui tweaks (hides time tags, date separators, chat room header, etc..)
Voidchat.org tweaks by lkwhk
Details
Authorlkwhk
LicenseNo License
Categoryvoidchat.org
Created
Updated
Size462 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Source code
/* ==UserStyle==
@name voidchat.org - 9/9/2024, 11:31:08 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("voidchat.org") {
.header {
display: none;
}
.date-separator {
display: none;
}
m-time {
display: none !important;
}
m-chat {
padding-left: 1ch;
}
}