Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ynshung committed Apr 7, 2024
2 parents 9712eb0 + 6eabe39 commit 3a8a9c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"prettier": "3.0.3",
"sass": "^1.66.0",
"typescript": "^4.6.3",
"vite": "^2.9.17"
"vite": "^2.9.18"
}
}
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 3a8a9c8

Please sign in to comment.