feat: add cozy

This commit is contained in:
Ayo Ayco 2025-08-27 13:17:27 +02:00
parent 11e9b7cc4f
commit 83b11cd673
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# Bookmarklets
1. slimmer - toggle between readable body width (700px) and the original width
1. cozy - open current page in cozy.pub

1
cozy-bookmarklet.js Normal file
View file

@ -0,0 +1 @@
javascript:(function(){ window.open('https://cozy.pub/?url=%27 + window.location.href, %27_self%27); })();