RSS Feed Extractor Bookmarklet for Youtube
Selecting the bookmark while beeing on a Youtube video channel in your browser window will show you the RSS Feed URL in an Alert Window.
Just copy this snippet in the link / address part of a new Browser Bookmark.
javascript:(()=>{alert(ytInitialData.metadata.channelMetadataRenderer.rssUrl);})();