Greasy Fork is available in English.
Hide system messages in your party on Habitica with this simple user style!
/* ==UserStyle== @name Hide System Messages in Party on Habitica @namespace https://greasyfork.org/users/662334 @version 1.0.0 @description Hide system messages in your party on Habitica with this simple user style! @author citrusella @license CC-BY-SA-4.0 @supportURL https://habitica.com/profile/2d6ef231-50b4-4a22-90e7-45eb97147a2c ==/UserStyle== */ @-moz-document url-prefix("https://habitica.com/party") { .d-flex .card:only-child { display:none !important; } }