Greasy Fork is available in English.

DeepSeek Anti-recall

Prevent deepseek from recalling response and cache the recalled message locally

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Fuanky T
1日のインストール数
5
累計インストール数
131
評価
2 0 0
バージョン
2025-10-31
作成日
2025/10/27
更新日
2025/10/31
大きさ
13.9KB
ライセンス
不明
対象サイト

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