From f3f423dcfa2d43b915fd1a39cc3ce3295f9e4beb Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sat, 27 Jul 2024 12:05:19 +0200 Subject: [PATCH] chore: remove warning on readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e3f043d..6cf3217 100644 --- a/README.md +++ b/README.md @@ -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: -> [!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); })(); ```