Your modern-day reading companion https://cozy.pub
Find a file
2023-05-12 23:45:43 +02:00
src style: more readable paragraph font size 2023-05-12 22:39:24 +02:00
.gitignore feat: accept url from input and searchParameter 2023-05-11 16:19:37 +02:00
astro.config.mjs chore: add netlify adapter 2023-05-11 17:21:42 +02:00
package-lock.json docs: add instructions for one-click browser bookmark 2023-05-12 23:45:43 +02:00
package.json chore: add netlify adapter 2023-05-11 17:21:42 +02:00
README.md docs: add instructions for one-click browser bookmark 2023-05-12 23:45:43 +02:00

Cozy Reader 🧸

Store all your favorite online articles for safe-keeping. That's it. That's the app.

👉 cozy-reader.netlify.app/

Usage - Copy, Paste

It's simple. When you open an article and want to turn it into a more cozy reading experience, just copy the url and paste it to the cozy app's address bar.

Oh, you're too lazy for that? - One-click Bookmark

You can create a new bookmark titled 'Get cozy!' and put the following as value for the URL:

javascript:(function(){ window.open('https://cozy-reader.netlify.app/?url=%27 + window.location.href, %27_self%27); })();
Firefox Chrome
Screenshot from 2023-05-12 23-33-10 Screenshot from 2023-05-12 23-32-08

You don't want a bookmark? - One-click Extension then...

It doesn't exist yet... I'll probably get to creating a browser extension at some point. Either that, or I'll write a CONTRIBUTING.md and PRs will be welcome.