# ⏰ FIX-IT Hackclub Userscript A simple JavaScript userscript that declutters the Roblox Homepage I created this userscript with the intention of using it for the Hackclub FIX-IT event, but it took me too long so I can't submit it there anymore. --- ## ✨ Features - ❎ Remove the "Today's Picks" section - ❎ Remove the "Sponsored" section - ❎ Remove the first "Recommended for You" section, you only need one of them --- ## 🚀 Getting Started 1) Install a browser-extension that runs and manages userscripts. Example: [Tampermonkey](https://www.tampermonkey.net/) 2) Import the userscript. You should use the uploaded version at [Greasy Fork](https://greasyfork.org/en/scripts/540261-fix-it-hackclub-userscript). 3) enable the userscript and enjoy --- ## 🛠️ Built With - JavaScript --- ## ✨AI helped me with this project I used generative AI in the form of LLMs to help me with this project. - I used the AI to do simple styling, which I almost always touched up by hand - I used the AI to generate code when I got stuck on individual problems or needed an approach for some features. I didn't copy-paste any code I didn't understand - No images were created using AI - No texts were created using AI --- ## 📸 Screenshots ### Before ![before_screenshot](./screenshots/before_screenshot.png) ### After ![after_screenshot](./screenshots/after_screenshot.png) --- ## 📄 License [MIT](./LICENSE.md) --- > Enjoy the userscript, I hope it helps!