Last active
March 16, 2026 20:41
-
-
Save hdonnay/cddff75fc0e8e0f164387ae212e1d433 to your computer and use it in GitHub Desktop.
Atlassian Blocklist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! Jira | |
| atlassian.net##button:has-text(/Ask Rovo/) | |
| atlassian.net##div:has-text(/Rovo/):matches-attr(aria-describedby) | |
| atlassian.net##div:has-text(/Rovo/):matches-attr(data-testid="/bottom-right-corner/") | |
| atlassian.net##div#page-layout\.banner:has-text("Welcome to Atlassian Cloud"):remove() | |
| ! basic search: | |
| atlassian.net##li:has(button:matches-attr(aria-label=AI)) | |
| ! JQL search: | |
| atlassian.net##button:matches-attr(aria-label=AI):upward(3) | |
| ! browse view: | |
| atlassian.net##div:matches-attr(data-testid="/\.improve-issue$/") | |
| atlassian.net##+js(aeld,/^(?:click|pointerup|mouseout|mouseover)$/,,elements,span.acronym-highlight) | |
| ! Confluence | |
| atlassian.net/wiki/spaces/*##button:matches-attr(data-testid="platform-ai-button"):upward(3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment