mirror of
https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist.git
synced 2026-08-06 02:12:35 -04:00
[GH-ISSUE #253] Add .atlassian.net's "Ask Rovo" #168
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sollace on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/issues/253
Ask Rovo button in the top navbar:
atlassian.net##[data-spotlight-target="rovo-chat-ask-rovo-button"]:remove()Before:
After:
Floating Rovo button:
atlassian.net##[data-testid="layout-controller.ui.bottom-right-corner.container.styled-container"]:has(span:has-text(Open Rovo Chat)):remove()atlassian.net##[data-spotlight-target="rovo-ai-button"]:remove()Before:
After:
Ai Agents button + Section In Issue Windows:
atlassian.net##[data-testid^="ai-agent"]:remove()Rovo options in the comment box:
atlassian.net##[data-toolbar-component="section"]:has([aria-label="More Rovo options"]):remove()Before:
After:
@virtadpt commented on GitHub (Oct 15, 2025):
I manually installed these rules in my work laptop, and holy shit I have to fight with Jira less. Thank you!
@Sollace commented on GitHub (Jul 13, 2026):
I have updated the filters since Atlassian has changed their layout and added Rovo in more places.
@Sollace commented on GitHub (Jul 23, 2026):
Updated once again because they changed the rovo button, and also fixed a selector that was accidentally clobbering the create issue window (sorry about that!)