Skip to content

Instantly share code, notes, and snippets.

@lemonadeforlife
Last active March 3, 2026 09:24
Show Gist options
  • Select an option

  • Save lemonadeforlife/3001459cdd08e456e1a02840f287656c to your computer and use it in GitHub Desktop.

Select an option

Save lemonadeforlife/3001459cdd08e456e1a02840f287656c to your computer and use it in GitHub Desktop.
temporary workaround for Miruro player blue button
/* ==UserStyle==
@name Miruro Blue Button Fix
@namespace miruroblue
@version 1.0.0
@description temporary fix for blue background color from miruro
@author lemonade
==/UserStyle== */
@-moz-document regexp("https://www\.miruro\.(tv|to|online|bz)/watch/.+") {
div.vds-controls-group:nth-child(6) > button, .vds-mute-button, #media-menu-button-1 {
background-color: transparent !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment