← Back to Slopless

Privacy Policy

Last updated August 7, 2026

Short version

Slopless has no server and no database. It doesn't have accounts, cookies, or analytics. What it does do is send your query to Google — as autocomplete suggestions while you type, and again when you hit search — because that's how it gets you Google's results.

How the tool works

Slopless is a static page that runs entirely in your browser. It doesn't have a backend of its own, so there's nothing on my end for your queries to pass through or be logged by.

Search suggestions

As you type, Slopless asks Google's public autocomplete endpoint (suggestqueries.google.com) for suggestions, the same way Chrome's address bar or google.com would. Each keystroke you pause on is sent to Google for this purpose. That request is handled entirely by Google and is covered by Google's Privacy Policy, not by me.

Search submission

When you hit search, Slopless redirects your browser to google.com/search with your query and the udm=14 parameter, which asks Google to show its web-only results view. From that point on you're on Google's site, interacting directly with Google, subject to their privacy policy and terms — Slopless itself doesn't see, store, or forward your query anywhere else.

Data collection

I don't operate any backend, database, or analytics service for this site, and I don't collect names, emails, IP addresses, search history, or usage data.

Cookies and local storage

This site doesn't set cookies and doesn't use browser storage to save anything about you or your searches. Google's own pages (the suggestion endpoint and search results) may set their own cookies as part of their service — that's outside my control and covered by Google's policies.

Hosting

This site is hosted on GitHub Pages. GitHub may log basic server access information (like IP address and request time) as part of operating its hosting infrastructure; that's governed by GitHub's own privacy statement, not by me.

Third-party fonts

This page loads fonts from Google Fonts, which may see the request as part of serving them.

Children's privacy

Slopless doesn't knowingly collect information from anyone, including children, since it doesn't collect or store information itself. Search queries are sent to Google as described above.

Changes

If anything about how this tool works ever changes in a way that affects privacy, this page will be updated and the date above will change.

Contact

Questions can be raised as an issue on GitHub.