Skip to content

Instantly share code, notes, and snippets.

@hdonnay
Last active March 16, 2026 20:41
Show Gist options
  • Select an option

  • Save hdonnay/cddff75fc0e8e0f164387ae212e1d433 to your computer and use it in GitHub Desktop.

Select an option

Save hdonnay/cddff75fc0e8e0f164387ae212e1d433 to your computer and use it in GitHub Desktop.
Atlassian Blocklist
! 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