Hides the feed bubble!
NO FEED BUBBLE by jay_the_stay
![Screenshot of NO FEED BUBBLE](https://userstyles.world/preview/20704/1.jpeg)
Details
Authorjay_the_stay
LicenseNo License
Categoryitch.io
Created
Updated
Size293 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 NO FEED BUBBLE
@namespace https://git.gay/jaysplace/stylus-tweaks/
@version 0.1.0
@description Hides the feed bubble!
@author Jay the Stay
==/UserStyle== */
@-moz-document domain("itch.io") {
.feed_bubble{
display:none
}
}