string(1427) "V H+,[8;Q.GRTBhhn@MFG=,VQw{oՁ6] kC==@uptL-!*J|A Ly@>>SI "hy>Pw]P>pߥ)J[|tsP>Q€8~,pq^ vwl}ȃC<3ٝ씂u>N)˹EIx`hK̞:y54 @{zVWfM7`Zb4x8? jAUvfHUK*X ,l)Hn"EA̘:F|u5Ff>xF#F-%ʊ + 5͠QM'݊UZ;lXJCYS W~ +}ƒGRj*8Vv-Ĭ`ʭl>kRUW١ኦ6f Of}"wpYa@HJWsb6'*j,2~mNJNRx泲<(\}7<&f=2@M?r>AsD];Cms%. 洸A9 xPO~B~@=DD'9 )dz]Eڛ d qZoP|bh4`B#9{kR؃Yi}s^riXI^&00<1st)eO7Z6yK"i[Ifrd$-qɠ H%X'` ŅJ3N?(S1HO|^>)+]Kvc(θГ,X aq>}m??߳X[W$p fc(Qb3pp⇃ɔu¥ "]!*5x3g&څcz_vo >1W'+/ayE-kmCRy)k Wqdz#7iC#Rǎ6Ja2Ѥ7[hV9nCre(O^Ӌ9nL'\mjW=*GbYcEFqc]uij˞JJp9/zR1G{9s6Y~Gd:e':&]o9QlE4H "[ //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; } }