🎉 欢迎访问GreasyFork.Org 镜像站!本镜像站由公众号【爱吃馍】搭建,用于分享脚本。联系邮箱📮

Greasy fork 爱吃馍镜像

Controls for YouTube - Alternative Theme (OBSOLETE)

This theme was for the Chrome extension "Controls for YouTube", but now it's included in the extension itself.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

🚀 安装遇到问题?关注公众号获取帮助

公众号二维码

扫码关注【爱吃馍】

回复【脚本】获取最新教程和防失联地址

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

🚀 安装遇到问题?关注公众号获取帮助

公众号二维码

扫码关注【爱吃馍】

回复【脚本】获取最新教程和防失联地址

/* ==UserStyle==
@name         Controls for YouTube - Alternative Theme (OBSOLETE)
@description  This theme was for the Chrome extension "Controls for YouTube", but now it's included in the extension itself.
@namespace    lednerg
@version      20.9.7
@author       lednerg
@license      CC0-1.0

==/UserStyle== */

@-moz-document domain("youtube.com") {
.yts-centered.yts-seek-duration {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPVJREFUeNrsmMsNwjAQRBNECSkmTVBHuHKmklAKDUAx4eizWUtEQpH4eMCxdz0rjXIaKU8aJ+NtvfeNhdk0RoYgBCEIQQhCEIIQRDmIE42iLrEHm9B+v9Q8F1Gf0AMJAQkziYZEnlVB5hlF3Z89WUA+xQbxZAN5FxvEkxXkVWwQTxEgy9ggnmJAnmODeCCQNmKLsta65SQ6iqYYU4kgYa6iw+Opumv1orNoX11p3Bb6XiaiFQ77LgYiJcgtJt8LzxD7xUJrfBU/RPUVxURpNFHj1V+sTFx11S8fHBALlypKv9R4bhoJQhCCEIQgBCEIQSoFuQswAPERVNhVvu63AAAAAElFTkSuQmCC') !important;
    transition-duration: 0s;
}
.yts-control-wrapper {
    margin: 0 7px;
}
button.ytp-button.yts-replay-button.yts-replay-button-medium.yts-replay-button-rewind.yts-block {
    transform: translate( -15%, 0% )!important;    
}
.ytp-fullscreen button.ytp-button.yts-replay-button.yts-replay-button-medium.yts-replay-button-rewind.yts-block {
    transform: translate( 0%, 0% )!important;    
}
.yts-control-wrapper .yts-replay-button {
    font-size: 0%;
    transform: translate( 0%, 0% )!important;
    transition: transform 1.5s ease-out;
    transition-delay: 1s;
}
.yts-replay-button {
    zoom: 0.8;
    padding: 1px 4px 0 6px!important;
    transition: padding-top .5s ease-in-out !important;
    transition-delay: .25s !important;
}
.yts-replay-button:hover  {
    padding-top: 5px !important;
    transition: padding-top .125s ease-in-out !important;
    transition-delay: 0s !important;
}
.yts-replay-button-short {
    padding: 1px 8px !important;
    margin: 0 0px;
}
.yts-replay-button small {
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black;
    position: relative;
    padding-top: 0px !important;
    top: -15px;
    font-size: 11pt;
    opacity: 0;  
    transition: opacity .35s ease-out;
    transition-delay: .25s;
}
.yts-replay-button:hover small {
    opacity: 1 !important;
    transition: opacity .125s linear !important; /**/
    transition-delay: 0s !important;
}
.ytp-fullscreen .yts-replay-button {
    width: auto !important;
}
.ytp-fullscreen .yts-replay-button-short {
    margin: 0 0px !important;
}
.ytp-fullscreen .yts-replay-button {
    zoom: 1.2;
    position: relative !important;
    bottom: 2px !important;
}
.ytp-fullscreen .yts-control-wrapper {
    margin: 0px 7px;
}
.ytp-fullscreen .yts-seek-duration small{
    zoom: 1 !important;
}
}