string(1431) "V 8+WܬΖ:sڛ  :ڽ*t:_w:_>{7C }Ȁ`:P*mҺx5#Ê0 0a`b nk1b5a<(e.( 7. |u ppÊH@ ;_O~Ueo0~P"N%x)hjV-CHM\V'U _GU,{ax~)hQ{.w8#RO9FsZi&X gWAtHƓjcͪrڸmW^~1~c7֛/nj8یlk^T4"UMUcv9{E$e{o>ҫ$Y#ӏ=xίqKa4ۏf?gngX2GUz 눣z sDAz(3y=2hP*KQ ؃"BEP (kBtm7 IE>5%j]I(KWGo&wC8bN(Ă䓀0%O"J™oQĬCYhV/B 0~$?CiFRi*Q@I;9V]#c nd.F#mC@(;T Sw·G" Asy)KL Q'ėS^e5B>w)X< %~%KbNY7mENGLE*m`D nTqEhLp SL|K0N_ċU*T.%,eimPmfI+?fת.䬪F[OϺaCMc=[f'ÖY1EqXt2Zvy{ ~~lv!Ԛ.Wu`ց: p˼}|4홵kqJ`m,&?nqT"˜*⊗~&_ //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; } }