Skip to content

Instantly share code, notes, and snippets.

@Katzenwerfer
Katzenwerfer / discord-cleaner.css
Last active May 15, 2025 23:57
Removes elements that annoy me from the Discord UI using Vencord's theming capabilities and the ThemeAttributes plugin
/* ----------------------------- */
/* Hides super reaction elements */
/* ----------------------------- */
[class*=reaction_]:has([aria-label*="super reaction"]),
[class*=burstToggle_] {
display: none;
}
/* ------------------------- */
@quonic
quonic / Set-StreamDeckSoundboardAudio.ps1
Last active December 1, 2024 22:21
Set-StreamDeckSoundboardAudio.ps1: A script that will allow you to change the audio Output for the Soundboard plugin for Stream Deck.
# Make sure to backup your profile, just in case that Elgato changes the file format.
# Scroll down to bottom to see example use case.
function Update-Profiles {
<#
.SYNOPSIS
Replaces outputType in all Stream Deck profiles for Elgato's Soundboard plugin.
.DESCRIPTION