[GH-ISSUE #253] Add .atlassian.net's "Ask Rovo" #168

Open
opened 2026-08-06 02:13:10 -04:00 by saavagebueno · 3 comments
Owner

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:

Image

After:

Image

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:

Image

After:

Image

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:

Image

After:

Image
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: <img width="405" height="115" alt="Image" src="https://github.com/user-attachments/assets/6c2119cd-c498-4bb1-9149-a69e8c2780e1" /> After: <img width="383" height="93" alt="Image" src="https://github.com/user-attachments/assets/c8ee6974-b851-4d16-9add-a72efed4f96c" /> 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: <img width="217" height="143" alt="Image" src="https://github.com/user-attachments/assets/bebc7ca0-ec0e-47b7-8847-f6605acaacd6" /> After: <img width="239" height="144" alt="Image" src="https://github.com/user-attachments/assets/b3142d81-ee76-4ea7-b95b-689399f7dd14" /> 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: <img width="1082" height="166" alt="Image" src="https://github.com/user-attachments/assets/a5834e1d-dcb6-48df-a7ff-2970eaf55749" /> After: <img width="1078" height="175" alt="Image" src="https://github.com/user-attachments/assets/a4b78cc6-4c0e-4bd8-aa89-ef69e8d816da" />
Author
Owner

@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!

<!-- gh-comment-id:3407823018 --> @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!
Author
Owner

@Sollace commented on GitHub (Jul 13, 2026):

I have updated the filters since Atlassian has changed their layout and added Rovo in more places.

<!-- gh-comment-id:4957488610 --> @Sollace commented on GitHub (Jul 13, 2026): I have updated the filters since Atlassian has changed their layout and added Rovo in more places.
Author
Owner

@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!)

<!-- gh-comment-id:5056498778 --> @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!)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/uBlockOrigin-HUGE-AI-Blocklist#168