settings
特定のページを見えなくする
code:style.css
.grid-style-itemdata-page-title="settings",
.grid-style-itemdata-page-title="増井俊之"
{display: none !important;}
左上のロゴを設定
code:style.css
.brand-icon {
--logo-url: url('https://gyazo.com/e3c64681245170f8e952b87b901559f1/raw');
width: 30px;
height: 30px;
background-image:var(--logo-url);
background-size:cover;
background-repeat:no-repeat;
/* border-radius: 50%; */
svg {display: none;}
}