This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let hrefArray = document.querySelectorAll('table.table-list tbody tr td:nth-child(5) a') | |
let errors = [] | |
let contentArray = [ | |
'<?xml version="1.0" encoding="utf-8"?>', | |
'<opml version="2.0">', | |
' <head>', | |
' <title>mySubscriptions.opml</title>', | |
' <dateCreated></dateCreated>', | |
' <dateModified></dateModified>', |