Skip to content

Commit 5aa49bf

Browse files
committed
yt: reflect new dom
1 parent af39951 commit 5aa49bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

youtube.com/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ if (
1414
const p = document.createElement("p");
1515
p.appendChild(chanId);
1616

17-
document.getElementById("channel-name").appendChild(p);
17+
document.querySelector("div.ytd-channel-name").appendChild(p);
1818
}

0 commit comments

Comments
 (0)