Removes the "author" tag on comments and adds green ring around userpics
Gab - move "author" tag on comments by volkischexe
Details
Authorvolkischexe
LicenseNo License
Categorygab.com
Created
Updated
Size820 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 - move "author" tag on comments
@namespace github.com/openstyles/stylus
@version 2.0
@description Removes the "author" tag on comments and adds colored ring around userpics
@author volkischexe
==/UserStyle== */
@-moz-document regexp("https://gab.com/[^/]+/posts/\\d+") {
._UuSG._3YbVp._2VJLs.Naf1t._1E64f ._UuSG._2mtbj._3dGg1._2mtbj._2QlHj._1LGc9._2VJLs._2h1-g._33UDc._13zi- {
position: absolute;
left: -47px;
top: -4px;
width: 28px;
height: 28px;
border-radius: 36px;
outline: 5px solid var(--color_highlight);
z-index: 1;
}
._UuSG._3YbVp._2VJLs.Naf1t._1E64f .ig9Cs {
color: transparent;
}
._UuSG._3dGg1 ._UuSG._17rqu._22CkE {
z-index: 900;
}
}