Skip to content
ENJOY 20% OFF EVERYTHING - FOR A LIMITED TIME ONLY
ENJOY 20% OFF EVERYTHING - FOR A LIMITED TIME ONLY

Contact us

General Enquiries:

If you have any questions, comments, concerns, or just want to say hey, go ahead and email us at hello@gethumantra.com.

 

For customer support:

Got questions? Drop us an email hello@gethumantra.com

 

 

Array.from(document.querySelectorAll('form[action="/cart/add"] button[type="submit"] span:last-child')).forEach(span => { const keyword = "S$" const text = span.textContent if (!text.includes(keyword)) return const price = Number(text.replace(/[^0-9.]/g, "")) const newPrice = (price - (price * 0.2)).toFixed(2) span.innerHTML = `${keyword}${newPrice} ${text}` })