$(function() { if(window.parent == window) { $('#c_Atlas_list_015-1654826356727 .p_loopitem a').each(function(i,ele) { var href = $(this).attr('href') var id = href.split('/').find(v => v.includes('.html')).replace('.html', ''); var time = $(this).parents('.p_loopitem').find('.e_timeFormat-37').text() || '‘'; var url = `${href}?id=${id}` console.log('href = ', href) console.log('id = ', id) console.log('url = ', url) $(this).attr('href', url) }) } })