AI Agent Hub
Back to plugins
dsh-plugin-dvd-bounce preview

dsh-plugin-dvd-bounce

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install mervyn-teo/dsh-plugin-dvd-bounce

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install mervyn-teo/dsh-plugin-dvd-bounce to install the DVD bounce easter egg from https://github.com/mervyn-teo/dsh-plugin-dvd-bounce, then restart dsh web to see the floating wordmark on your page.

About this plugin

Remember those lazy afternoons in the early 2000s, watching a little DVD logo ricochet across the monitor? This plugin brings that familiar, low-stakes nostalgia straight into your DeepSeek Harness Web window: a disc-less DVD wordmark drifts diagonally across the page, bounces off the browser edges, and shifts to a fresh hue with every hit.

The implementation stays deliberately light. The animation is registered on the shell.overlay slot with a click-through surface, so the floating mark sits above the app without ever blocking a button or an input field. Every line of logic runs in the browser; the host-side module is a no-op placeholder. No extra requests, no server overhead. Starting position and heading are randomised on each boot, so no two sessions feel quite the same.

It is built for DSH users who want a small, playful easter egg without pulling in a full theme. There is intentionally no settings panel: to tweak size, speed, or hue step, open the constants at the top of lib/client.js, make your edits, and reinstall. The whole plugin is a handful of lines under the MIT licence, free to tinker with.

Screenshots

Use Cases

  • Add a playful floating animation to the DSH Web UI to break the monotony of long waits
  • Show a friend or colleague and let the bouncing DVD logo spark a quick smile and conversation
  • Distract from idle waiting time between AI responses with a gentle visual motion

Best For

  • Everyday DSH users who enjoy small easter eggs but prefer not to install a full theme
  • Developers happy to tweak a few constants in the source to customise speed or hue
  • Users who want a touch of personality on their DSH Web client without extra overhead