Skip to content

Instantly share code, notes, and snippets.

@defmans7
Last active June 27, 2024 13:15
Show Gist options
  • Save defmans7/b410e7f23da6f06d842229947cf927e8 to your computer and use it in GitHub Desktop.
Save defmans7/b410e7f23da6f06d842229947cf927e8 to your computer and use it in GitHub Desktop.
Remove / Hide ClickUp AI nags and "suggestions"
/* can be used in Chrome Extension like Stylebot */
cu-task-ai-button,
cu-comment-ai-quick-reply,
cu-content-assistant-list-ai,
cu-content-assistant-fab,
cu-content-assistant-launch-button,
.content-assistant-icon,
.search-modal-toggle__ai-button,
.content-assistant-launch-button__icon,
.comment-bar-btn_ai_quick_reply {
display: none;
}
@defmans7
Copy link
Author

Please leave comments for updates / suggestions. Maybe uBlock Origin or Disconnect extensions have a setting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment