Skip to content

Commit

Permalink
Merge pull request #245 from Rohlend1/master
Browse files Browse the repository at this point in the history
fix of a broken hidden overlay
  • Loading branch information
ynshung authored Apr 7, 2024
2 parents 2a55063 + b97b49e commit 6eabe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function getCommentsButton() {

export function getOverlay() {
return document.querySelector(
`[id="${getCurrentId()}"] #overlay ytd-reel-player-header-renderer`,
`[id="${getCurrentId()}"] #overlay reel-player-header-renderer`,
) as HTMLElement;
}

Expand Down

0 comments on commit 6eabe39

Please sign in to comment.