// 1. open DownloadMaster in chrome // 2. use the code in chrome console urls = ["", ""] //urls array addDownload = function(url) { showPanel(); document.getElementById("HTTP_usb_dm_url").value = url; dm_add_status(); } for (var i = 0; i < urls.length; i++) { addDownload(urls[i]) }