Skip to content

Commit 1c590b6

Browse files
committed
[devtools-snippet] add youtube-channel-id.js
1 parent 6b767df commit 1c590b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)