Skip to content

Gab - move "author" tag on comments by volkischexe

Screenshot of Gab - move "author" tag on comments

Details

Authorvolkischexe

LicenseNo License

Categorygab.com

Created

Updated

Size828 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the "author" tag on comments and adds green ring around userpics

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Gab - move "author" tag on comments
@namespace      github.com/openstyles/stylus
@version        20230824.01.01
@description    Removes the "author" tag on comments and adds green 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: -46px;
        top: -3px;
        width: 26px;
        height: 26px;
        border-radius: 36px;
        outline: 5px solid rgba(54,233,145,0.75);
        z-index: 1;
    }
    
    ._UuSG._3YbVp._2VJLs.Naf1t._1E64f .ig9Cs {
        color: transparent;
    }
    
    ._UuSG._3dGg1 ._UuSG._17rqu._22CkE {
        z-index: 900;
    }
}

Reviews

No reviews yet.