# Galxe Twitter Bypass Script

*Timesaver.*

By [Crypto Nomads](https://paragraph.com/@nomads) · 2023-10-25

galxe

---

Galxe quests can become quite frustrating with repetitive tasks like liking or retweeting.

Here's a way to complete them without lifting a finger:

➬ 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);

then hit enter and wait for about 10 seconds. It won't be able to bypass discord, unfortunately.

Credit goes to: [**https://twitter.com/ardizor**](https://twitter.com/ardizor)

---

*Originally published on [Crypto Nomads](https://paragraph.com/@nomads/galxe-twitter-bypass-script)*
