mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Add YouTube scrubbing thumbnails
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user