プランバッジを非表示にするuserCSS
#UserCSS
code:style.css
.plan-badge{
display: none !important;
}