Forums
I got tired of scrolling through Gemini's code blocks — so I built a fix
I'm not a professional developer. But I've been using Gemini Pro heavily for coding, and one thing drove me absolutely crazy every time Gemini generated multiple code files, I had to manually scroll up and down, finding each block and copying it one by one. So I did what any stubborn non-dev does: I refused to accept it and built my own solution.
Gemini Code Harvester is a Chrome extension that sits on top of Gemini and gives you a floating panel with every code block from the last response. One click to copy any file. One click to download everything as a ZIP. No more scrolling. The whole thing was built with persistence and a lot of Gemini prompts which is kind of poetic given what it does.
What I love most isn't even the tool itself. It's the realization that you don't need to be a pro to solve your own problems. You just need to be annoyed enough.

