Removes the clickbait "more gabs" section under posts and comments on individual post pages.
Gab - remove "more gabs" section from pages by volkischexe
Details
Authorvolkischexe
LicenseNo License
Categorygab.com
Created
Updated
Size342 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.com - 6/16/2023, 5:21:45 PM
@namespace github.com/openstyles/stylus
@version 1.1.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp("https://gab.com/.+/posts/.+") {
/* Insert code here... */
._3yTHV {
display: none !important;
}
}