Slopless is a small, free search box I built for myself because I wanted plain web results without an AI-generated summary sitting on top of them. Type a query, hit search, and you land on Google's own web results with the AI Overview switched off.
It's not a company or a product, and it's not affiliated with Google — just a single page hosted on GitHub Pages, run by one person as a hobby project.
As you type, Slopless asks Google's public autocomplete service for suggestions, the same way a normal search bar would. When you submit, it sends you straight to google.com/search with the udm=14 parameter, which tells Google to show its web-only results view. Slopless itself has no server and no database — it's a redirect with a nicer front door.
Found a bug or have a suggestion? Feel free to open an issue on GitHub.
See the Privacy Policy and Terms of Use for the boring but necessary details.