Greasy Fork is available in English.

Discord 2009 youtube player alt

Yeah I made another one

/* ==UserStyle==
@name           Discord 2009 youtube player alt
@description    Yeah I made another one
@namespace      legosavant
@version        1.0.0
==/UserStyle== */

@-moz-document domain("discord.com") {
.videoControls-2kcYic svg polygon, .videoControls-2kcYic svg path {
    display:none
}
/*general*/
.controlIcon-3cRbti {
    width: 29px;
    height: 23px;
    float: left;
    border: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #b1b1b1;
    background-image: url(https://cdn.discordapp.com/attachments/336628093483614210/878446385211531325/sprite_player.png);
    padding: 0;
    margin: 0;
    display: block;
}
.videoControls-2kcYic div:first-child {
    order:0
}
.videoControls-2kcYic div.horizontal-3Sq5iO {
    order:1
}
.videoControls-2kcYic div.durationTimeWrapper-OugPFt {
    order:2
}
.videoControls-2kcYic div.flex-1O1GKY {
    order:3
}
.videoControls-2kcYic div:last-child {
    order:4
}
.controlIcon-3cRbti {
    opacity:1
}
.mediaBarWrapper-3D7r67, .mediaBarWrapper-3D7r67:after, .mediaBarWrapper-3D7r67:before, .mediaBarGrabber-1FqnbN, .mediaBarProgress-1xaPtl, .mediaBarProgress-1xaPtl:after, .mediaBarProgress-1xaPtl:before, .bubble-3qRl2J, .bubble-3qRl2J:before, .mediaBarPreview-1jfyFs, .mediaBarPreview-1jfyFs:after, .mediaBarPreview-1jfyFs:before, .buffer-26XPkd, .buffer-26XPkd:after, .buffer-26XPkd:before {
    content:none
}
/*main*/
.videoControls-2kcYic {
    height:23px;
    background: url(https://cdn.discordapp.com/attachments/336628093483614210/878446385211531325/sprite_player.png);
}
/*play*/
.videoControls-2kcYic div[aria-label^="Play"] .controlIcon-3cRbti  {
    background-position: 0 -67px;
}
.videoControls-2kcYic div[aria-label^="Play"] .controlIcon-3cRbti:hover  {
    background-position: -28px -67px;
}
.videoControls-2kcYic div[aria-label^="Play"] .controlIcon-3cRbti:active {
    background-position: -56px -67px;
}
/*PAUSE*/
.videoControls-2kcYic div[aria-label="Pause"] .controlIcon-3cRbti  {
    background-position: 0 -90px;
}
.videoControls-2kcYic div[aria-label="Pause"] .controlIcon-3cRbti:hover  {
    background-position: -28px -90px;
}
.videoControls-2kcYic div[aria-label="Pause"] .controlIcon-3cRbti:active {
    background-position: -56px -90px;
}
/*sound*/
.volumeButton-2XwKVs .controlIcon-3cRbti {
    background-position: 0 -182px;
}
.volumeButton-2XwKVs .controlIcon-3cRbti:hover {
    background-position: -30px -182px;
}
.volumeButton-2XwKVs .controlIcon-3cRbti:active {
    background-position: -60px -182px;
}
.volumeButton-2XwKVs .controlIcon-3cRbti[fill="none"] {
    background-position: 0 -228px;
}
.volumeButton-2XwKVs .controlIcon-3cRbti[fill="none"]:hover {
    background-position: -30px -228px;
}
.volumeButton-2XwKVs div[tabindex="0"] .controlIcon-3cRbti[fill="none"]:active {
    background-position: -60px -228px;
}
/*vol setting*/
.mediaBarInteractionVolume-3QZqYd {
    background: url(https://cdn.discordapp.com/attachments/336628093483614210/878446385211531325/sprite_player.png);
    background-position: -0px -313px;
    height: 61px;
    width: 27px;
    padding:0;
    margin:0px;
    border-radius:0;
    border-top: 0;
    border:1px solid #fff
}
.volumeSliderWrapper-1A8mUw {
    bottom:23px;
    right:0;
    left:0;
    margin:0
}
.vertical-1gJnJQ {
    width:auto;
    height:auto
}
.vertical-1gJnJQ {
    transform:none
}
.vertical-1gJnJQ .mediaBarInteractionVolume-3QZqYd .mediaBarWrapper-3D7r67 {
    transform:rotate(-90deg);
    height:6px;
    width:48px;
    margin-left:-10px;
    background:transparent
}
.vertical-1gJnJQ .mediaBarGrabber-1FqnbN, .mediaBarProgress-1xaPtl, .mediaBarProgress-1xaPtl:after, .mediaBarProgress-1xaPtl:before {
    content:none!important
}
.vertical-1gJnJQ .mediaBarProgress-1xaPtl, .mediaBarProgress-1xaPtl:after, .mediaBarProgress-1xaPtl:before{
    background:transparent
}
.vertical-1gJnJQ .mediaBarGrabber-1FqnbN {
    transform:scale(1)!important;
    background: url(https://cdn.discordapp.com/attachments/336628093483614210/878446385211531325/sprite_player.png);
    background-position: -44px -297px;
    border-radius:0;
    width:20px;
    transform:rotate(90deg)!important;
    margin-right:-10px;
    cursor:pointer
}
/*full*/
.controlIcon-3cRbti[style="margin-left: 0px;"] {
    background-position: 0 -113px;
}
.controlIcon-3cRbti[style="margin-left: 0px;"]:hover {
    background-position: -31px -113px;
}
.controlIcon-3cRbti[style="margin-left: 0px;"]:active {
    background-position: -62px -113px;
}
/*time*/
.durationTimeWrapper-OugPFt * {
    font-family: Lucida Grande, Lucida San Unicode, Helvetica, Arial, sans-serif;
    font-size: 10px!important;
    color:#000;
}
.videoControls-2kcYic div.durationTimeWrapper-OugPFt {
    margin:0;
    padding:4px;
    border-right: 1px solid #b1b1b1;
}
/*progress*/
.mediaBarInteraction-37i2O4:hover .mediaBarWrapper-3D7r67, .mediaBarInteractionDragging-2QurIZ:hover .mediaBarWrapper-3D7r67 {
    box-shadow:none
}
.horizontal-3Sq5iO {
    border-left: 1px solid #eee;
}
.horizontal-3Sq5iO .mediaBarWrapper-3D7r67 {
    background: url(https://cdn.discordapp.com/attachments/336628093483614210/878446385211531325/sprite_player.png);
    background-position: 0 -60px;
    height:7px
}
.horizontal-3Sq5iO .buffer-26XPkd {
    background: url(https://cdn.discordapp.com/attachments/336628093483614210/878446385211531325/sprite_player.png);
    background-position: 0 -53px;
}
.horizontal-3Sq5iO .mediaBarProgress-1xaPtl {
    background: url(https://cdn.discordapp.com/attachments/336628093483614210/878446385211531325/sprite_player.png);
    background-position: 0 -46px;
}
.horizontal-3Sq5iO .mediaBarGrabber-1FqnbN {
    background-position: 0 -297px;
    background-color:transparent!important;
    background-image: url(https://cdn.discordapp.com/attachments/336628093483614210/878446385211531325/sprite_player.png);
    transform:scale(1);
    height:16px;
    width:16px;
    top:0;
    margin-right:-10px
}
/*top*/
.metadata-13NcHb {
    padding:12px 4px;
    height:38px;
    background:none
}
.metadataName-14STf-, .metadataSize-2UOOLK{
    text-shadow: 1px 1px #000
}
.metadataDownload-1fk90V {
    opacity:1
}

}