This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ----------------------------- */ | |
/* Hides super reaction elements */ | |
/* ----------------------------- */ | |
[class*=reaction_]:has([aria-label*="super reaction"]), | |
[class*=burstToggle_] { | |
display: none; | |
} | |
/* ------------------------- */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |