expands comment media wrappers to 100%
Gab / expand comment media by insanitea
Details
Authorinsanitea
LicenseNo License
Categorygab.com
Created
Updated
Size366 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 Gab / expand comment media
@namespace github.com/openstyles/stylus
@version 1.0.0
@description expands comment media wrappers to 100%
@author insanitea
==/UserStyle== */
@-moz-document regexp("https://gab.com/.+/posts/\d+") {
div[data-comment] > div:nth-child(2) > div > div {
width: 100%;
}
}