Hides "For You" on the Gab homepage.
Gab - hide "For You" on homepage by volkischexe
Details
Authorvolkischexe
LicenseNo License
Categorygab.com
Created
Updated
Size425 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
If your Gab feed is currently displaying "For You," just click "Following" to reset it.
Source code
/* ==UserStyle==
@name Gab - hide "For You" on homepage
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hides "For You" on the Gab homepage.
@author volkischexe
==/UserStyle== */
@-moz-document url-prefix("https://gab.com/home") {
/* Insert code here... */
._UuSG.VTBVd._2h1-g._3dGg1._1OL9W._2JMWy BUTTON:nth-of-type(1) {
display: none !important;
}
}