Skip to content

Instantly share code, notes, and snippets.

@obsti8383
Created January 22, 2022 10:06
Show Gist options
  • Save obsti8383/7cca7c3e29111b9f1599e0368161ef8d to your computer and use it in GitHub Desktop.
Save obsti8383/7cca7c3e29111b9f1599e0368161ef8d to your computer and use it in GitHub Desktop.
Extracts the RSS Feed URL from a Youtube Channel page and show it in an alert() dialog.
javascript:(()=>{alert(ytInitialData.metadata.channelMetadataRenderer.rssUrl);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment