JSFiddle - React, Tailwind, and code Playground
by lindychen
JavaScript
var you1 = document.getElementsByClassName("product-name");
var you5 = "";
for (var i = 0; i < you1.length; i++) {
var you2 = you1[i].textContent;
var you3 = you2.replace(/\s/g, "");
var you4 = you3.replace("Xs", "");
you5 += you4;
}
var you6 = you5.includes("GetAllX");
if (you6 === "true") {
// Place mplungjan's script here eg.
}
console.log(you6);
console.log("finish");