diff --git a/OtherStuff/hideGlobalDiscovery.css b/OtherStuff/hideGlobalDiscovery.css new file mode 100644 index 0000000..293a812 --- /dev/null +++ b/OtherStuff/hideGlobalDiscovery.css @@ -0,0 +1,9 @@ +/** +* @name hidePinDiscovery +* @author krystalskullofficial +* @version 1.0 +* @description Hides the new pinned Discovery Icon +*/ +[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;} +[class^=footer_] +{display: none; } \ No newline at end of file