Hide videos with dead CDN and torrent peers

This commit is contained in:
thePR0M3TH3AN
2025-09-27 14:45:48 -04:00
parent f6fa9daaad
commit 866e4f11fb
5 changed files with 70 additions and 2 deletions

View File

@@ -74,6 +74,10 @@ header img {
box-shadow: var(--shadow-md);
}
.video-card[data-owner-is-viewer="false"][data-url-health-state="offline"][data-stream-health-state="unhealthy"] {
display: none;
}
.video-card--enter {
opacity: 0;
animation: video-card-fade-in 220ms ease-out forwards;