console.log("Hey!"); let urlParams = new URLSearchParams(window.location.search); let product = urlParams.get("product"); product ? console.log(product) : console.log("no product found");
top of page

שיטת הכוכבים
SQUAT MASTER

bottom of page