DeepSeek Anti-recall

Prevent deepseek from recalling response and cache the recalled message locally

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
Fuanky T
Daily installs
13
Total installs
347
Ratings
5 1 0
Version
2026-01-15
Created
2025-10-27
Updated
2026-01-14
Size
16 KB
License
N/A
Applies to

DeepSeek Anti-recall - DeepSeek Anti-Recall Script

Feature Introduction

This is a specialized anti-recall script designed for the DeepSeek chat website. When DeepSeek recalls a response, this script automatically detects and saves the recalled message content to your browser's local storage, ensuring you never lose important conversation content.

Main Features

🔒 Smart Anti-Recall

  • Real-time Detection: Instantly intercepts messages the moment they are recalled
  • Complete Preservation: Retains the full format, style, and structure of messages

💾 Local Caching

  • Automatic Archiving: All recalled messages are automatically saved to browser local storage
  • History Recovery: Automatically displays recalled messages in chat history

🌐 Comprehensive Coverage

  • Supports All Operations:
    • Regular conversations
    • Message editing
    • Regenerating responses
    • Continuing conversations
  • Multi-language Support: Automatically adapts to Chinese and English interfaces

How It Works

This script deeply parses DeepSeek's Server-Sent Events (SSE) communication protocol. When a recall operation occurs:

  1. Detects Recall Signals: Identifies DeepSeek's recall commands
  2. Saves Original Content: Stores complete messages to local storage
  3. Replaces Display: Substitutes recalled messages with original content + recall notification
  4. History Recovery: Automatically loads saved messages when viewing history

Installation Instructions

  1. Ensure you have a userscript manager like Tampermonkey or Violentmonkey installed
  2. Click the "Install" button on this page
  3. Visit DeepSeek Chat Website to activate

Usage Effects

  • Real-time Conversations: Recalled messages display "⚠️ This response has been recalled and archived only on this browser"
  • History Records: Recalled messages are restored from local cache
  • Error Handling: Shows appropriate prompts for messages not found in cache

Technical Details

  • Interception Method: Overrides XMLHttpRequest response handling
  • Storage Mechanism: Uses localStorage for data persistence
  • API Coverage: Monitors all relevant chat API endpoints

Important Notes

  • This script only works in the current browser; data is not shared between different devices
  • Clearing browser data will also remove saved recalled messages
  • The script will be updated accordingly as DeepSeek website updates