Paper has a temporary bug where elements can disappear from your file. If you've tried copying your work to save it somewhere โ€” it doesn't stick, because Chrome strips Paper's clipboard format on paste.

This tool preserves Paper's clipboard data, so you can save your elements here and paste them back when you need them. The Paper team can also help recover lost work โ€” this is just a faster workaround while the bug is being fixed.

Chrome sanitizes clipboard data, stripping Paper's custom format. Running a one-line script in DevTools fixes it for the session.

Console
Elements
Sources
Network
ร—
Filter
All levels
[paper.design] Ready
const o = navigator.clipboard.read.bind(...)โ† paste
navigator.clipboard.read = async (p) => o({...});
❮ ยท undefined
document.title
❮ ยท 'โœ“ My Project โ€” Paper'โœ“ worked
1 Open Console On paper.design, press
⌘⌥I (Mac) or F12
2 Paste & Enter Paste the script below
and press Enter
3 Verify Tab title gets a โœ“ prefix.
Paste now works normally.
1
Capture from Paper
Copy elements in Paper, then paste them here
⌘C in Paper, then ⌘V anywhere on this page Paste works anywhere โ€” no need to click first
2
Copy to clipboard
Put saved elements back on your clipboard
3
Paste in Paper
Go back to Paper and paste
Switch to Paper and press ⌘V on the canvas — click empty space first, not inside a text element.
Library
Download backup