# Galxe Bypass Script **Published by:** [rvn911](https://paragraph.com/@insurrection/) **Published on:** 2023-11-25 **URL:** https://paragraph.com/@insurrection/galxe-bypass-script ## Content ➬ On the quest page, open the console (press F12) and paste the code: const elementsToClick = document.querySelectorAll('.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); ## Publication Information - [rvn911](https://paragraph.com/@insurrection/): Publication homepage - [All Posts](https://paragraph.com/@insurrection/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@insurrection): Subscribe to updates