From dd0377d3a9a39f6010c53bb8bfdfa63641ebb075 Mon Sep 17 00:00:00 2001 From: Kresna Date: Sat, 8 Aug 2026 14:40:14 +0700 Subject: [PATCH] feat(dev): Clipboard Inspector tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inspect and save whatever is on the clipboard — text, HTML, images, video, audio, and any file type: - Read Clipboard button: uses navigator.clipboard.read() for text, HTML, and images (browser may prompt for clipboard-read permission) - Paste zone (Cmd/Ctrl+V): captures any content via the paste event, including video and audio files copied from the file manager - Session history: every read/paste is kept as a snapshot with a source badge, timestamp, and per-item preview + Save button - Previews:
 for text, sandboxed