A new userstyle
/* ==UserStyle==
@name Remove Video Focus Border for anime1
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author CY Fung
@license MIT
==/UserStyle== */
@-moz-document domain("anime1.me") {
.vjscontainer video[class*="vjs-"]:focus {
outline: none;
border-color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}
}