匿名ユーザーからサイドバーを非表示

That is pretty straightforward with a bit of CSS targetting .anon:

.anon div.sidebar-section-community {
     display: none;
}

If I get the chance I’ll roll that functionality into this TC.

「いいね!」 3