Skip to content

Commit

Permalink
Update functions.js relatedVideos
Browse files Browse the repository at this point in the history
  • Loading branch information
raszpl authored Aug 5, 2024
1 parent cd4c3b9 commit 3ef0f9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js&css/web-accessible/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ ImprovedTube.ytElementsHandler = function (node) {
break
}
switch (node.id) {
case 'items':
if (node.classList.contains('ytd-watch-next-secondary-results-renderer')) ImprovedTube.relatedVideos(node);
break

case 'description-inline-expander':
ImprovedTube.description(node);
break
Expand Down

0 comments on commit 3ef0f9f

Please sign in to comment.