Unhides Faction chat when TornTools' Hide chat feature enabled
Faction Chat Visible by sid-the-sloth1
Details
Authorsid-the-sloth1
LicenseNo License
Categorytorn.com
Created
Updated
Size224 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 chat
@version 20230804.16.54
@namespace ?
==/UserStyle== */
@-moz-document domain("torn.com") {
#chatRoot div[class ^= "_chat-box-wrap"] div[class *= "_faction_"] { display: block; }
}