function send_ajax(argument) { // body... } // !unique content function ev_proc(argument) { var j,n var m = new Map() // for (n of $(".max-w-narrow>div>div")){ for (n of $(".search-results-panel-content__events>section>ul>li")){ j=$(n) let tx tx = j.find("time") tx = j.find("h2") // let tx = j.find("a") var k var arr= [] for (k of tx){ arr.push(k.href) } clog(tx.length,arr,n,tx) // clog(j,tx) // m.setD() glob_u.fns.inc_map(m,tx.length) } clog(m) return m // body... } ev_proc() //