First of all, I LOVE this script. It's been working perfectly for me for a long time now.
However, recently the filter:drop-shadow feature has started causing the progress bar to flicker sometimes. Usually near the beginning of a video when the progress bar is short.
Removing this line: --filter: drop-shadow(0px 0px calc(var(--height)/2) rgba(0,0,0,.5)); from the script fixes the flickering.
I don't know if this problem is wide-spread or perhaps it's just me alone. Just wanted to let you know.
First of all, I LOVE this script. It's been working perfectly for me for a long time now.
However, recently the filter:drop-shadow feature has started causing the progress bar to flicker sometimes. Usually near the beginning of a video when the progress bar is short.
Removing this line:
--filter: drop-shadow(0px 0px calc(var(--height)/2) rgba(0,0,0,.5));
from the script fixes the flickering.
I don't know if this problem is wide-spread or perhaps it's just me alone.
Just wanted to let you know.