No description
  • JavaScript 96.5%
  • HTML 3.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Eric Wastl 7febbbf264
Merge pull request #1 from ToonSpin/master
Disable spell check to suppress red squiggles
2019-12-01 12:55:33 -05:00
.gitignore initial commit 2019-10-30 23:13:05 -04:00
index.html Disable spell check to suppress red squiggles 2019-12-01 14:35:57 +01:00
lzma.js initial commit 2019-10-30 23:13:05 -04:00
lzma_worker.js initial commit 2019-10-30 23:13:05 -04:00
README.md minor fix to readme 2019-10-31 00:49:36 -04:00

Try it here: https://topaz.github.io/paste/

This is a no-datastore, client-side paste service. It turns text into LZMA-compressed, Base64-encoded URLs.

For example, here's the service hosting (a version of) its own HTML.

Because the entire paste is inside the URL, there's no risk of losing your data because a 3rd-party service vanished or deleted old pastes. If you have the URL, you have the pasted data.

Uses LZMA-JS (© 2016 Nathan Rugg nmrugg@gmail.com).