Open Californ1a opened 1 year ago
const th = Array.from(document.querySelectorAll("summary")).filter(e=>e.innerText.includes("Treasure Hunter"))[0]; th.click(); th.style.height = "60px";