Skip to content

Instantly share code, notes, and snippets.

View litebrite474's full-sized avatar

litebrite474

  • Joined May 23, 2026
View GitHub Profile
@litebrite474
litebrite474 / paste-composer.html
Last active May 23, 2026 19:27
Paste Composer For Claude.ai-toggle between block and inline paste modes
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Paste Composer for Claude.ai</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: system-ui, sans-serif; color: #1a1a1a; padding: 20px; background: #f9f9f7; }
.composer { max-width: 680px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }