()
| 5203 | } |
| 5204 | |
| 5205 | function rssUrls() { |
| 5206 | return Array.from($("customSourcesList").querySelectorAll("strong")) |
| 5207 | .map((item) => item.textContent.trim()) |
| 5208 | .filter(Boolean); |
| 5209 | } |
| 5210 | |
| 5211 | function renderRssUrls(urls) { |
| 5212 | const items = splitListValue(urls); |