Skip to content

Instantly share code, notes, and snippets.

@JojjeE
JojjeE / uBOatlassianIntelligence.MD
Last active October 14, 2025 11:08
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"]
@JojjeE
JojjeE / sunshine-ubuntu-25.04.md
Last active October 25, 2025 16:19
Building Sunshine on Ubuntu 25.04 + fix DualSense PS5 controller

Building Sunshine remote gaming server for Ubuntu 25.04

The repo maintainers for Sunshine only build for the LTS versions of Ubuntu. Which is fair enough.

I run Kubuntu 25.04 on my desktop at time of writing, and the LTS build versions of Sunshine would not work. It expected certain libraries to be a certain version and it just wouldn't start. The AppImage and Flatpak versions had their own problems. Documentation on building and its challenges were decently sparse but some sharp Google-fu despite Google's lobotomization enlightened me to the solutions.

I write my experiences here in case it helps anyone who needs it.

First, I created an Ubuntu Server 25.04 VM on my Proxmox server. That's just me, you don't have to do that, I'm just insane.