string(1433) "Vr8&!sȔ1pe[ I1S!0GfTVzoNll!QU^$#B^4g;Aa#Hےo2v- }^*Vn/>gmUN-:0Qs >y %'wa_6 sWFr4ܶK&ˍƁʣ(]ɜ9f9n#> )yC: _x$7H)p )7;h!wt-ñ0懊Q,_R5k4E*G#ZӆnyN|PD-tlWQy WRϤrɶe6s}@Klgc>-dS]{5!3rF Pď:̙&}ҩԧ2wV*Ջ=?U~fTM.A[orp0S5xnb订5|_ΤA #a $`x-a{t aqa1~"ER5)D=4$G2[V&Lt0Gn]Z̓H^NM㥿:S%ZX`){ygm3f~iHUo6͂:`g[GL9)۵2-Z'BI Y=MeQ5l1u~-KiWQnz͎4͆QZ_-[UBmu֬C+9֖^<_ ɎMʣn_Ržuq 녰3]4SInyG!kLj]gw%M6,֢=g k| tpL" >#Frfh+όcx ~ot:7SB //20220314 - ABANDON - push content down using a
in the vayloc's header addon // if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { // document.getElementById("vayloc-amazon-content-divider").style.cssText = "padding: 80px 0px 0px 0px;"; // } else { // document.getElementById("vayloc-amazon-content-divider").style.cssText = "padding: 0px 0px 0px 0px;"; // } //because Amazon modify the location.href that causes problem for F5 reload //so we restore the original url to the location history var timeUpInMiliseconds = Date.now() + 4000; //5 sec const y = setInterval(function() { var seconds = Math.floor(((timeUpInMiliseconds - Date.now()) % (1000 * 60)) / 1000); resetCurrentHistoryHref(""); // If the count down is finished, kill the loop if (seconds < 1) { clearInterval(y); } }, 1000); //set selectedIndex for the dropdowns in dress search options document.getElementById("vayloc-dress-selection-1-occation").selectedIndex = 0; document.getElementById("vayloc-dress-selection-2-neckline").selectedIndex = 0; document.getElementById("vayloc-dress-selection-3-length").selectedIndex = 0; document.getElementById("vayloc-dress-selection-4-sleeve-length").selectedIndex = 0; document.getElementById("vayloc-dress-selection-5-style").selectedIndex = 0; document.getElementById("vayloc-dress-selection-6-pattern").selectedIndex = 0; function resetCurrentHistoryHref(qStr) { //temporary ignore the "site" parameter (amazon, ebay...) for now if (qStr == null) { return } //rebuild url same as when the search is done. var url = ""; if (qStr.length === 0) { url = location.origin ; } else { url = location.origin + "/index.php?s=" + encodeURIComponent(qStr) ; } if (location.href.indexOf("/index.php?") === -1) { window.history.pushState( { foo: 'bar' }, '', url ); } //show search in vayloc input box if (document.getElementById("vayloc-search-text-input-1") !== null) { document.getElementById("vayloc-search-text-input-1").value = qStr; } }