Zotero.Feeds.getAll().map(x => x.url).join("\n")
Upload image file with the file dialog or by dragging and dropping images onto the dashed region
You can get a list of all feed URLs by running this from Tools → Developer → Run JavaScript:
Zotero.Feeds.getAll().map(x => x.url).join("\n")