GroupHub Begone

No more GroupHub in your pinned groups.

/* ==UserStyle==
@name         GroupHub Begone
@version      1.0.1
@description  No more GroupHub in your pinned groups.
@author       Daemon-Illusionum (https://www.deviantart.com/daemon-illusionum)
@namespace https://greasyfork.org/users/573136
==/UserStyle== */

@-moz-document domain("deviantart.com") {
    nav div>div:nth-child(2) ul li:first-child {
        display: none;
    }
}