dsh-web-search-ddg
aooyoo
Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no m…
PROJECT TOPICS
PROJECT README
A global frosted-glass (backdrop blur) theme plugin for the dsh Web UI. It keeps the existing light/dark preference untouched and layers a translucent surface-token override plus a global backdrop-filter on top, giving the whole UI an iOS/macOS-style frosted-glass look.
The plugin also adds a Transition & schedule row right below Appearance in Settings → General:

Two browser-side halves:
Global stylesheet (inlined by lib/client.js)
bg.jpeg as a centered, cover background on body (inlined as base64; source kept at assets/bg.jpeg), shown as-is in light mode and dimmed behind a translucent dark veil in dark mode — the content the blur reveals.backdrop-filter: blur(...) saturate(...) to the three-column shell frame and to floating surfaces ([role="menu"], [role="dialog"], [role="listbox"], [role="tooltip"], ...).<body>, giving them the same frosted glass without any per-plugin adaptation.--dsw-mask-blur token so dialogs / image masks blur harder.Translucent surface-token override (via ctx.theme.overrideTokens)
--dsw-alias-bg-base, --dsw-alias-bg-layer-1/2/3, --dsw-alias-bg-overlay, --dsw-specific-sidebar-fill, --dsw-specific-menu, ... to translucent rgba(...), each with a { light, dark } pair.var(--dsw-*), this layer is class-name agnostic and survives shell re-hashing.Theme-switch animations
ctx.theme.setTheme with the browser-native View Transition API: the browser snapshots the REAL before/after frames and uses the new frame as the mask — fade, circle reveal centered on the click, or wipe from top — with no solid-color veil.prefers-reduced-motion; switches without an animation when the resolved scheme stays the same (e.g. “System” resolving to the current scheme), and falls back to an instant switch where View Transitions are unavailable.Scheduled light/dark switching
ui-theme section of the user-settings document with frosted*-prefixed fields.Custom background
ui-theme.frostedBackgroundUrl; local images are compressed and stored in localStorage.ui-theme.frostedBackgroundVideoUrl; local videos are stored as Blobs in IndexedDB.<video> layer (object-fit: cover, muted loop) while static backgrounds override the --frosted-bg-image variable on <body>.bg.jpeg.
dsh-client-ui-frosted-glass/
├── package.json # dsh.bundle (self-inserting row) + dsh.client (browser half)
├── cordis.patch.yml # bundle patch: inserts the ui-frosted-glass row
├── lib/
│ ├── index.js # host half (empty apply, only to appear in the Loader)
│ └── client.js # browser half (window.__ModuleLoader__.load bundle format)
├── README.md
└── README.zh.md
lib/client.js is a hand-authored browser bundle in the same window.__ModuleLoader__.load({ id, factory }) format tsdown emits — no local build step required.
Clone the repo, then install into the web profile via the profile plugin manager:
git clone https://github.com/makuralymi/dsh-webUI-Glass-Theme.git
dsh plugin --profile web add ./dsh-webUI-Glass-Theme
This runs pnpm in the profile directory and, because the package declares dsh.bundle.patch, auto-adds it to dsh.profile.bundles; its bundle patch then inserts the ui-frosted-glass row automatically — no manual cordis.patch.yml edit is needed. Then:
dsh --profile web
# or
dsh web
Note: the host composition is assembled at boot, so adding/removing a plugin requires restarting the web process before a refresh shows it.
dsh plugin)Use this OR the dsh plugin path above, not both (they insert the same row). For cases where dsh plugin is unavailable:
Add the directory as a profile dependency:
cd "$DSH_HOME/profiles/web" pnpm add <path-to-the-cloned-repo, e.g. ./dsh-webUI-Glass-Theme>
Append a row to $DSH_HOME/profiles/web/cordis.patch.yml:
<style data-plugin="dsh-client-ui-frosted-glass"> in <head> and inline translucent tokens (--dsw-alias-bg-base, ...) on body.body[data-ds-dark-theme] switches the dark gradient and dark translucent tokens.ui-theme.frosted* in $DSH_HOME/settings.yaml.<video> layer immediately, and “Reset to default background” restores the built-in background.--frosted-blur (default 20px) and --frosted-saturate (default 180%) in lib/client.js.assets/bg.jpeg then re-inline (or edit the --frosted-bg-image data URI in lib/client.js); dark-mode dim strength is the linear-gradient alpha under body[data-ds-dark-theme].rgba alpha values in FROSTED_TOKENS.--dsw-alias-bg-* / --dsw-specific-* tokens to FROSTED_TOKENS.--frost-vt-duration in lib/client.js (default 340ms).--frost-vt-easing.frostedDarkTime / frostedLightTime in SETTINGS_DEFAULTS.compressImage maxDimension (default 2560) and quality (default 0.86).backdrop-filter ride stable data-* attributes (:has(> [data-shell-overlay]) and [data-composer-card]) rather than hashed module classes; floating surfaces use [role=...], and the translucent-token override is class-name agnostic.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。