Quelques libs JS légères.
mylist = [] for (l in document.links) { mylist.push(document.links.item(l).href) } copy(mylist)