你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/1760-youtube-rss-feed/discussions/158383,源站連結 點此以跳轉。
Adds an RSS feed button to YouTube channels next to the subscribe button
< 脚本 YouTube RSS Feed 的反馈
I think rssLinkToData is not necessary. If you want rss-button with direct link to rss-feed (not "download file"), you must edit script like that:in "function makeRssButton(link) {"change:.attr("href", rssLinkToData(link))to:.attr("href", link)remove:.attr("download", "feed.rss")
登录以发布留言。
I think rssLinkToData is not necessary. If you want rss-button with direct link to rss-feed (not "download file"), you must edit script like that:
in "function makeRssButton(link) {"
change:
.attr("href", rssLinkToData(link))
to:
.attr("href", link)
remove:
.attr("download", "feed.rss")