# Galxe Twitter Bypass Script > Timesaver. **Published by:** [Crypto Nomads](https://paragraph.com/@nomads/) **Published on:** 2023-10-25 **Categories:** galxe **URL:** https://paragraph.com/@nomads/galxe-twitter-bypass-script ## Content 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-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 ## Publication Information - [Crypto Nomads](https://paragraph.com/@nomads/): Publication homepage - [All Posts](https://paragraph.com/@nomads/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@nomads): Subscribe to updates ## Optional - [Collect as NFT](https://paragraph.com/@nomads/galxe-twitter-bypass-script): Support the author by collecting this post - [View Collectors](https://paragraph.com/@nomads/galxe-twitter-bypass-script/collectors): See who has collected this post