Skip to content

Youtube: Mami running Progress Bar by luisnandez

Screenshot of Youtube: Mami running Progress Bar

Details

Authorluisnandez

LicenseNandez´s

CategoryYoutube

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Sustituye la barra de progreso en youtube por un gif animado de "Mami Running"

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Youtube: Mami running Progress Bar
@version      20220604.09.39
@namespace    userstyles.world/user/luisnandez
@description  Cambio de apariencia de la barra de progreso de Youtube, se sustituye por un gif animado.
@author       luisnandez
@license      Nandez´s
==/UserStyle== */

@-moz-document domain("youtube.com") {
.html5-scrubber-button,
    .ytp-scrubber-button {
        background: url("https://i.postimg.cc/m20MLMSD/d6ic8j1-e2e79bc6-837c-40d2-921e-7f70695844f0.gif") !important;
        width: 64px !important;
        height: 64px !important;
        border: none !important;
        margin-left: -27px !important;
        margin-top: -53px !important;
    }

    .html5-progress-bar-container,
    .ytp-progress-bar-container {
        height: 5px !important;
    }

    .html5-progress-bar,
    .ytp-progress-bar {
        margin-top: 0px !important;
    }

    .html5-progress-list,
    .ytp-progress-list,
    .video-ads .html5-progress-list.html5-ad-progress-list,
    .video-ads .ytp-progress-list.ytp-ad-progress-list {
        height: 5px !important;
    }
}

Reviews

No reviews yet.