Add YouTube scrubbing thumbnails

This commit is contained in:
Ilya Laktyushin
2020-05-02 19:02:03 +04:00
parent 890db9606c
commit 9ae27ffde6
14 changed files with 378 additions and 44 deletions

View File

@@ -49,6 +49,12 @@ function tick() {
paid.style.opacity = "0";
}
var gradient = document.getElementsByClassName("ytp-gradient-top")[0];
if (gradient != null) {
gradient.style.display = "none";
gradient.style.opacity = "0";
}
var end = document.getElementsByClassName("html5-endscreen")[0];
if (end != null) {
end.style.display = "none";