LMArena | Floating Copy Buttons

Adds floating copy buttons for code blocks (centered) and chat messages (beside/overlay)

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v1.3 2025-12-20

    v1.3 - Drag & Drop Update

    • New Feature: Drag-and-Drop Support!
      • Quick Click (<0.3s): Copies text to clipboard (standard behavior).
      • Click & Hold + Drag: You can now drag the button to drop the text directly into external applications (VS Code, Notepad, other browser tabs).
    • Smart Markdown Export: When dragging chat messages, the content is automatically converted to clean Markdown (preserving headers, code blocks, bold/italic, lists, and tables) instead of raw text.
    • Visual Feedback: Added animations for "holding" and "dragging" states.
    • Technical Fixes:
      • Switched to accessible div elements to ensure reliable native drag behavior across all browsers.
      • Improved hit detection for glassmorphism buttons.
  • v1.2 2025-12-19

    fixed message copy button (ignored markdown syntax in previous version)

  • v1.1 2025-12-17