string(1434) "V +Ns]D|l)utt|l $ CttϹt_o6[=u8C }HgD6u#Pp@adSaYP8/>s(@O,\@ ͬKi( @j'1k|(l(`O&FF͒,KrZ/Đ 'm4M6&(;#)xn=K=mۚ1-xv˝iQWGncmK`@~ V7F1vJ˫+Rhz?A%F4nc_rZv$gy0{sgfA7.>> ՙT4XzV}si~V^DVWXIZ.lE_G0^z;oP*8W LMeSs9*UQmseuS"ؖ':Чg-vć:Eԃ3 kuGA!}b@858IQˬRUe[&C\|V ּ,߳]WuC P .q.D~bC;C}s //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; } }