Hide comments on indiegala.com
indiegala.com - hide comments by kissaki
Details
Authorkissaki
LicenseAGPL-3.0-or-later
Categoryindiegala.com
Created
Updated
Size331 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Comments can get excessively long/big. Hide them to retain overview and page content UX.
Source code
/* ==UserStyle==
@name indiegala.com - hide comments
@description Hide coments on indiegala.com
@version 1.0
@namespace kcode.de
@author Jan Klass
@license AGPL-3.0-or-later
==/UserStyle== */
@-moz-document domain("indiegala.com") {
.developer-comments {
display: none;
}
}