Skip to content

Gab - remove "more gabs" section from pages by volkischexe

Screenshot of Gab - remove "more gabs" section from pages

Details

Authorvolkischexe

LicenseNo License

Categorygab.com

Created

Updated

Size378 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the clickbait "more gabs" section under posts and comments on individual post pages.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           gab - remove spam posts
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes "more gabs" section from the post/comments view.
@author         Vex
==/UserStyle== */

@-moz-document regexp("https://gab.com/.+/posts/.+") {
    /* Insert code here... */
    ._3yTHV {
        display: none;
    }
}

Reviews

No reviews yet.