chore: update bookmarklet value
This commit is contained in:
parent
da643ae46e
commit
66fdb610f7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ It's simple. When you open an article and want to turn it into a more cozy readi
|
|||
A bookmarklet could run a script to open the current page for you on ~~Cozy~~. You can create this new bookmark titled 'Get cozy!' and put the following as value for the URL:
|
||||
|
||||
```
|
||||
javascript:(function(){ window.open('https://cozy-reader.vercel.app//?url=%27 + window.location.href, %27_self%27); })();
|
||||
javascript:(function(){ window.open('https://cozy-reader.vercel.app/?url=%27 + window.location.href, %27_self%27); })();
|
||||
```
|
||||
|
||||
This is possible on all major browsers, including Safari on iOS (where I personally use this often). Some screenshots:
|
||||
|
|
Loading…
Reference in a new issue