Skip to content

Instantly share code, notes, and snippets.

@dealingwith
Created October 25, 2024 02:51
Show Gist options
  • Save dealingwith/eeddb9b70a7b777b0c91a7f9f4625397 to your computer and use it in GitHub Desktop.
Save dealingwith/eeddb9b70a7b777b0c91a7f9f4625397 to your computer and use it in GitHub Desktop.
CSS to hide Notion AI in sidebar and bottom right corner
a[href="/chat"] {
display: none !important;
}
.notion-assistant-corner-origin-container {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment