This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ==UserStyle== | |
| @name Youtube player | |
| @version 1.0.1 | |
| @namespace https://gist.github.com/riverkuo/ | |
| @author riverkuo<coco0958231520@gmail.com> | |
| ==/UserStyle== */ | |
| @-moz-document domain("youtube.com") { | |
| ytd-page-manager #full-bleed-container ytd-player .ytp-progress-bar .ytp-scrubber-button.ytp-swatch-background-color { | |
| background-size: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ==UserStyle== | |
| @name Youtube music player | |
| @version 1.0.2 | |
| @namespace https://gist.github.com/riverkuo/ | |
| @author riverkuo<coco0958231520@gmail.com> | |
| ==/UserStyle== */ | |
| @-moz-document domain("music.youtube.com") { | |
| ytmusic-player-bar:hover #progress-bar #sliderContainer #sliderKnob .slider-knob-inner { | |
| background-size: 100%; |