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