string(1433) "V 8+W;ܬΖѭ9+@ tt{XENN/~{5q3c?\́p i.3!s)-B:5: ӧ'aDӾlX}| l6c kR>@a' 7.VtP(Qټ;%w@l7Ĭ{!%)'l.w:dƤeBRM|6:rle%ErJ $yWhveiPp(٦Mn-{ݑ;s JoG{Ւ mE5-~Ò6NuCsqr̰`7<Ù8lp d~ Ma3eGٵŒ8X=îW)IYW^Az*/4 %PtQΤ >J%IKvyNxQDmpU߫քky WrXJ|z qw8*$)Py6楊X)U&\0j;{5!0r>=2BM9bXL&r*w|y&oB0ؿ'@4p@:rLo ,~#ZXfHw`"su驥&m0u}M {0 +-2tY.SMЧ)VR65꬟rRV&gI$qؒ#{'tf#%%BJX[z.( .8fL"<& =>x`^g+%ºelWI,g i7h\'/7_u?C-Kjv.,I(mxSem(V/f~U|fL.\=Sx4S䅍5\qC]G1*9kF I; N4j=@ϳ9^+:gŌWz=_tX8=Y0ٖ"Ɓ //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; } }