Notion AIのフローティングボタンを消す
Notion AIのフローティングボタンを消す
UserStyles
code:style.css
.notion-ai-button {
display: none;
}