January 2018
VIDEO - TWEAK - For anyone who wants the progress bar always visible with the new style... : youtube
(via)Yes, I know the new transparent style is cleaner, simpler, etc. but I LOVED having the progress bar visible while I was watching the video. I tried for a couple days to find a workaround, and it looks like I found one! You will need to have both Stylish and Tampermonkey installed. I installed these 2 Stylish styles for Youtube:
Youtube Player August 2015
Youtube Controls Under Player
I also installed these two userscripts on Tampermonkey:
Youtube New UI Fix
Youtube Progressbar Updater
June 2017
CSS - CODE EXAMPLE - "Progress bar horizontal" qui varie suivant le scroll
In AlsaCreation : CODE EXAMPLE -" Progress bar horizonta"l qui varie suivant le scroll
body {
-moz-box-direction: normal;
-moz-box-orient: vertical;
background: #f3f3f3 none repeat scroll 0 0;
color: #000;
display: flex;
flex-direction: column;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
font-size: 1.6rem;
min-height: 100vh;
}
1
(2 marks)