ChaseSend is a playful DeepSeek Harness plugin. Click Send, chase the moving button across the screen, and hit it three times to submit. The button changes position and size after every hit; Medium and Hard modes also relocate it automatically.
- Replaces the standard send button with the ChaseSend button.
- Requires three successful catches before submitting the current prompt.
- Randomizes the button's position and size after each catch.
- Easy, Medium, and Hard modes; Medium and Hard also move automatically.
- Uses a transparent full-screen play area, so the conversation remains visible.
- Keeps the prompt unchanged until the challenge is completed.
Copy and run these commands:
dsh plugin --profile web add https://github.com/BYYY-eng/ChaseSend/releases/download/v1.1.0/dsh-chase-send-plugin-1.1.0.tgz
dsh webOpen http://127.0.0.1:3080 and force-refresh the page. Use the small mode button beside Send to change the difficulty.
When running DeepSeek Harness from its source checkout, prefix both commands with pnpm:
pnpm dsh plugin --profile web add https://github.com/BYYY-eng/ChaseSend/releases/download/v1.1.0/dsh-chase-send-plugin-1.1.0.tgz
pnpm dsh webDo not enable ChaseSend and another send-button replacement plugin in the same profile.
Node.js 22 or later is required.
npm install
npm run buildChaseSend is released under the MIT License. See THIRD_PARTY_NOTICES.md for acknowledgements.