We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b767df commit 1c590b6Copy full SHA for 1c590b6
devtools-snippets/youtube-channel-id.js
@@ -0,0 +1,6 @@
1
+// youtube-channel-id.js
2
+// https://github.com/0xdevalias/userscripts/tree/main/devtools-snippets
3
+// Shows the ChannelID for a YouTube channel
4
+
5
+$("meta[itemprop='channelId']")?.content
6
+$("meta[itemprop='identifier']")?.content
0 commit comments