From 964249582a52b0f6018fcf431d87e5f612d17408 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 13 Feb 2026 19:07:20 -0800 Subject: [PATCH] Refactor: Replace URL format with AI prompt, remove privacy --- index.html | 58 +++++++++++++++--------------------------------------- 1 file changed, 16 insertions(+), 42 deletions(-) diff --git a/index.html b/index.html index 27bd7d8..d3bf0d1 100644 --- a/index.html +++ b/index.html @@ -119,12 +119,6 @@ font-weight: 600; } - .grid { - display: grid; - grid-template-columns: 1fr 1fr; - gap: 16px; - } - .card { border: 1px solid var(--border); padding: 16px; @@ -164,7 +158,6 @@ } @media (max-width: 600px) { - .grid { grid-template-columns: 1fr; } h1 { font-size: 2rem; } } @@ -177,7 +170,7 @@

- This service is free to use. However, search API and server costs are high. + This service is free to use. However, search API and server costs are high. Without community donations, this project will die quickly.

@@ -187,39 +180,24 @@

-

URL Format

-

Use + to separate words, just like a Google search. Encode special characters as needed.

- - - - - - - - - - - - - - - - - - - - - - - - - -
QueryURL Path
orange cat/orange+cat
spider-man/spider-man
90's fashion/90%27s+fashion
"exact phrase"/%22exact+phrase%22
+

For AI System Prompts

+

Add this to your system instructions:

+
When writing markdown, you can embed relevant images using direct-img.link — a free image search proxy that returns images directly from a URL.
+
+Format:
+![alt text](https://direct-img.link/<search+query>)
+
+Examples:
+![orange cat](https://direct-img.link/orange+cat)
+![US president](https://direct-img.link/u.s.+president)
+![90's fashion](https://direct-img.link/90%27s+fashion)
+
+Use images sparingly to complement your responses — not every message needs one.

Usage

-

Embed directly in your markdown files or AI system prompts:

+

Embed directly in your markdown files:

![orange cat](https://direct-img.link/orange+cat)
@@ -249,15 +227,11 @@

* Cache hits are unlimited within global traffic limits.

-
+

Caching

Images are cached for 30 days. Subsequent requests for the same query are served instantly.

-
-

Privacy

-

No tracking or analytics. Queries are normalized and hashed before being stored.

-