# Galxe Bypass Script

By [rvn911](https://paragraph.com/@insurrection) · 2023-11-25

---

➬ On the quest page, open the console (press F12) and paste the code:

const elementsToClick = document.querySelectorAll('.[d-flex.height-100.width-100.click](http://d-flex.height-100.width-100.click)\-area');

const clickElement = (element) => { const event = new MouseEvent('click', { view: window, bubbles: true, cancelable: true }); element.dispatchEvent(event); };

elementsToClick.forEach(clickElement);

---

*Originally published on [rvn911](https://paragraph.com/@insurrection/galxe-bypass-script)*
