feat: add cozy
This commit is contained in:
parent
11e9b7cc4f
commit
83b11cd673
2 changed files with 2 additions and 0 deletions
|
@ -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
1
cozy-bookmarklet.js
Normal file
|
@ -0,0 +1 @@
|
|||
javascript:(function(){ window.open('https://cozy.pub/?url=%27 + window.location.href, %27_self%27); })();
|
Loading…
Reference in a new issue