This commit is contained in:
Dym Sohin 2024-01-12 14:41:33 +01:00 committed by GitHub
parent 8fc2f5187b
commit b800251862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
.querySelectorAll( `ytd-item-section-renderer` )
.forEach( e =>
{
is_live = e.querySelector( `.badge-style-type-live-now-alternate` )
const is_live = e.querySelector( `.badge-style-type-live-now-alternate` )
if( is_live )
{
e.style.display = 'none'