chore: remove warning on readme

This commit is contained in:
Ayo Ayco 2024-07-27 12:05:19 +02:00
parent 340027c0d8
commit f3f423dcfa

View file

@ -46,9 +46,6 @@ 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: 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:
> [!WARNING]
> This is not working, until we fix our deployed service
``` ```
javascript:(function(){ window.open('https://cozy.ayco.io/?url=%27 + window.location.href, %27_self%27); })(); javascript:(function(){ window.open('https://cozy.ayco.io/?url=%27 + window.location.href, %27_self%27); })();
``` ```