小红书 image pull
paste a rednote link → get the images
http://xhslink.com/xxxxxuses a CORS proxy · works on public posts · may fail on private/auth-gated content
@import url(‘https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;1,300&family=DM+Sans:wght@300;400;500&display=swap’); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { –bg: #f5f0eb; –surface: #fff; –border: #e0d8d0; –text: #1a1714; –muted: #8a7f76; –accent: #c0392b; –accent-light: #fdf0ee; –radius: 10px; } body { font-family: ‘DM Sans’, sans-serif; background: var(–bg); color: var(–text); min-height: 100vh; display: flex; flex-direction: column; align-items: center; padding: 60px 20px 80px; } header { text-align: center; margin-bottom: 48px; } .logo { font-family: ‘DM Mono’, monospace; font-size: 11px; letter-spacing: 0.2em; color: var(–accent); text-transform: uppercase; margin-bottom: 12px; } h1 { font-size: 32px; font-weight: 300; letter-spacing: -0.02em; line-height: 1.2; } h1 em { font-style: normal; font-weight: 500; } .sub { margin-top: 10px; font-size: 13px; color: var(–muted); font-family: ‘DM Mono’, monospace; font-weight: 300; } .card { background: var(–surface); border: 1px solid var(–border); border-radius: var(–radius); padding: 28px; width: 100%; max-width: 600px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); } .input-row { display: flex; gap: 10px; } input[type=“text”] { flex: 1; font-family: ‘DM Mono’, monospace; font-size: 13px; padding: 12px 16px; border: 1.5px solid var(–border); border-radius: 7px; background: var(–bg); color: var(–text); outline: none; transition: border-color 0.15s; } input[type=“text”]:focus { border-color: var(–accent); } input[type=“text”]::placeholder { color: var(–muted); } button.fetch-btn { font-family: ‘DM Sans’, sans-serif; font-size: 13px; font-weight: 500; padding: 12px 22px; background: var(–accent); color: #fff; border: none; border-radius: 7px; cursor: pointer; white-space: nowrap; transition: opacity 0.15s, transform 0.1s; } button.fetch-btn:hover { opacity: 0.88; } button.fetch-btn:active { transform: scale(0.97); } button.fetch-btn:disabled { opacity: 0.4; cursor: not-allowed; } .hint { margin-top: 12px; font-size: 11.5px; color: var(–muted); font-family: ‘DM Mono’, monospace; line-height: 1.7; } .hint a { color: var(–accent); text-decoration: none; } .hint a:hover { text-decoration: underline; } #status { margin-top: 20px; font-family: ‘DM Mono’, monospace; font-size: 12px; color: var(–muted); min-height: 18px; transition: color 0.2s; } #status.error { color: var(–accent); } #status.ok { color: #27ae60; } .spinner { display: inline-block; width: 10px; height: 10px; border: 1.5px solid var(–muted); border-top-color: var(–accent); border-radius: 50%; animation: spin 0.7s linear infinite; margin-right: 6px; vertical-align: middle; } @keyframes spin { to { transform: rotate(360deg); } } #results { width: 100%; max-width: 600px; margin-top: 32px; } .results-header { font-family: ‘DM Mono’, monospace; font-size: 11px; letter-spacing: 0.15em; color: var(–muted); text-transform: uppercase; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(–border); display: flex; justify-content: space-between; align-items: center; } .dl-all { font-family: ‘DM Sans’, sans-serif; font-size: 12px; font-weight: 500; color: var(–accent); background: var(–accent-light); border: 1px solid #f0c0bb; border-radius: 5px; padding: 5px 12px; cursor: pointer; text-transform: none; letter-spacing: 0; transition: opacity 0.15s; } .dl-all:hover { opacity: 0.75; } .image-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; } .image-item { background: var(–surface); border: 1px solid var(–border); border-radius: var(–radius); overflow: hidden; position: relative; animation: fadeUp 0.3s ease both; } @keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } } .image-item img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; background: var(–bg); } .image-item .dl-btn { display: block; width: 100%; padding: 9px; text-align: center; font-family: ‘DM Mono’, monospace; font-size: 11px; color: var(–text); background: var(–surface); border: none; border-top: 1px solid var(–border); cursor: pointer; transition: background 0.15s, color 0.15s; text-decoration: none; } .image-item .dl-btn:hover { background: var(–accent); color: #fff; } .image-item .idx { position: absolute; top: 8px; left: 8px; background: rgba(0,0,0,0.45); color: #fff; font-family: ‘DM Mono’, monospace; font-size: 10px; padding: 2px 7px; border-radius: 4px; } .empty-state { text-align: center; padding: 48px 20px; color: var(–muted); font-family: ‘DM Mono’, monospace; font-size: 12px; line-height: 2; } .proxy-note { margin-top: 28px; padding: 14px 18px; background: #fffbf0; border: 1px solid #e8dcc0; border-radius: 8px; font-family: ‘DM Mono’, monospace; font-size: 11.5px; color: #7a6a40; line-height: 1.8; width: 100%; max-width: 600px; } .proxy-note strong { color: #5a4a20; }
paste a rednote link → get the images
http://xhslink.com/xxxxx