<tr>
<td class="mixed-section_td" colspan="2" rowspan="2"></td>
<td class="mixed-section_td"></td>
<td class="mixed-section_td">
<div class="gift-card soh-s __no-frame __4 __s h-mod" data-module="LogSeen"
<tr>
<td class="mixed-section_td">
<div class="gift-card soh-s __no-frame __4 __s h-mod" data-module="LogSeen"
const deleteFirstElemsCount = 2;
let elems = Array.from(document.querySelectorAll("table tr") || []);
elems.forEach((elem,i)=>{
if(i<deleteFirstElemsCount){
elem.remove();
};
});