Skip to content

Gab - hide reposts on feeds by volkischexe

Details

Authorvolkischexe

LicenseNo License

Categorygab.com

Created

Updated

Size353 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Returns a feature removed in April 2024.

Notes

This doesn't look all that great, but it still makes it easier to read someone's feed without all the reposts.

Source code

/* ==UserStyle==
@name           Gab - hide reposts on feeds
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Returns a feature removed in April 2024.
@author         Vex
==/UserStyle== */

@-moz-document domain("gab.com") {
    /* Insert code here... */
    DIV[aria-label*="reposted"] {
        display: none;
    }
}

Reviews

No reviews yet.