addEventListener("DOMContentLoaded", (event) => { // Check if the button has been clicked before if (!localStorage.getItem('buttonClicked')) { // Button has not been clicked before, so click it var button = document.querySelector("body > div.sgpb-corner-top-right.sgpb-floating-button.sg-popup-id-4732"); if (button) { button.click() console.log(button) // Set a flag in localStorage to indicate that the button has been clicked localStorage.setItem('buttonClicked', 'true') } } })

Uncategorized

Showing the single result

Have no product in the cart!
0