Skip to content

Better Goku progress bar by PAS20000

Screenshot of Better Goku progress bar

Details

AuthorPAS20000

LicenseNONE

CategoryProgress bar, Goku, youtube

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dragon ball z Goku progress bar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Goku progress bar
@namespace    USO Archive
@author       nikvs
@description  Dragon ball z Goku progress bar
@version      20230414.11.52
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain('youtube.com') {

    .ytp-scrubber-container {
        pointer-events: none! important;
    }
    
.ytp-play-progress
  {
    background: #1ee5ea! important;
  }

  .ytp-load-progress
  {
    background: #FFD9DF! important;
  }
  .ytp-scrubber-button
  {
    background: url("https://media2.giphy.com/media/SV0LuYdSMmKEklpZKs/giphy.gif?cid=ecf05e47js679rdwj3klz3cwdk2xjzzudb5z57pzmh6wzxh9&rid=giphy.gif&ct=s")! important;
    background-repeat: no-repeat! important;
    width: 800px! important;
    height: 600px! important;
    margin-left: -328px! important;
    margin-top: -290px! important;
    transform: scale(0.30)! important;
  }
  .ytp-right-controls.style-scope.ytd-player,
.ytp-left-controls.style-scope.ytd-player{
	z-index:999!important;
}
#ytp-id-18{
z-index: 99999!important;
}
}

Reviews

No reviews yet.