We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af39951 commit 5aa49bfCopy full SHA for 5aa49bf
youtube.com/index.js
@@ -14,5 +14,5 @@ if (
14
const p = document.createElement("p");
15
p.appendChild(chanId);
16
17
- document.getElementById("channel-name").appendChild(p);
+ document.querySelector("div.ytd-channel-name").appendChild(p);
18
}
0 commit comments