Skip to content

Instantly share code, notes, and snippets.

@JojjeE
Last active October 14, 2025 11:08
Show Gist options
  • Save JojjeE/12ce9afda0a0fa22b1cf1511c26e6459 to your computer and use it in GitHub Desktop.
Save JojjeE/12ce9afda0a0fa22b1cf1511c26e6459 to your computer and use it in GitHub Desktop.
uBlock Origin: Filter Atlassian AI

I wrote a snippet to filter out the AI from Atlassian Jira, I reckon it works on their other products too but it was mainly Jira I was focusing on.

This removes the AI button as well as the stupid underlined words you can click.

atlassian.net##+js(aeld, /^(?:click|pointerup|mouseover|mouseout)$/, , elements, .acronym-highlight)
atlassian.net##span[data-testid="atlassian-navigation.ui.conversation-assistant.app-navigation-ai-mate"]
atlassian.net##span.acronym-highlight:style(all:unset!important)
atlassian.net##button[data-testid="platform-ai-button"]
atlassian.net##div[data-testid="highlight-actions.ui.popup-target.popup-dialog.popup-wrapper.popup"]
atlassian.net##span[data-testid="app-navigation-ai-mate"]
atlassian.net##div > div > button[data-testid="ak-editor-ai-selection-toolbar-ai-button"]
@cesalazar
Copy link

Thank you!

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