Skip to content

Instantly share code, notes, and snippets.

@mareku
Created March 14, 2018 00:33
Show Gist options
  • Save mareku/482054ad5ec9799cba4619611096d87d to your computer and use it in GitHub Desktop.
Save mareku/482054ad5ec9799cba4619611096d87d to your computer and use it in GitHub Desktop.
youtube user and channel rss Bookmarklet
javascript:void(function(t){prompt('channel RSS URL','https://www.youtube.com/feeds/videos.xml?channel_id='+t[1])})(location.href.match(/https?:\/\/www.youtube.com\/channel\/([^/?]+)/));
javascript:void(function(t){prompt('user RSS URL','https://www.youtube.com/feeds/videos.xml?user='+t[1])})(location.href.match(/https?:\/\/www.youtube.com\/user\/([^/?]+)/));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment