Skip to content

Instantly share code, notes, and snippets.

@kg
Last active May 25, 2021 21:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kg/e12cebd0c175554c09d9ad8e2e25f551 to your computer and use it in GitHub Desktop.
Save kg/e12cebd0c175554c09d9ad8e2e25f551 to your computer and use it in GitHub Desktop.
Funimation userstyle to make its web player not awful
@-moz-document domain("www.funimation.com")
{
div.ribbon, section.header-promo-ribbon-wrap {
display: none !important;
}
main#main-content {
padding: 0px !important;
}
main, section.video-player-section {
max-width: none !important;
}
header.global-header:not(:hover),
header#funimation-main-site-header:not(:hover) {
max-height: 4px !important;
padding: 0px !important;
margin: 0px !important;
background: transparent !important;
overflow: hidden !important;
}
div.outer.v-card, section.video-player-section {
height: 100vh !important;
}
section.video-player-section div.container,
section.video-player-section div.row,
section.video-player-section div.video-player-container {
width: 100% !important;
height: 100% !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment