/** * @name hidePinDiscovery * @author krystalskullofficial * @version 1.0 * @description Hides the new pinned Discovery Icon */ [class*=unreadMentionsFixedFooter_]{bottom: 0px !important;} [class^=footer_] {display: none; }