From 95dba796f818befda3c33ee20342a1453a7b303a Mon Sep 17 00:00:00 2001 From: Rahmani Saif El Moulouk Date: Thu, 28 Sep 2017 03:20:28 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 330300cd..5e9d3b44 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Install the [Chrome extension](https://chrome.google.com/webstore/detail/zen-you Create a bookmark with `javascript: (function () { window.location.href = 'https://zenplayer.audio/?v=' + location.href; }());` as an URL to quickly redirect your YouTube video to this app! ### How to create a custom bookmark in Chrome: -1. Click on a star at the right side of the omnibox (you can also press Ctrl+D or choose "Bookmark this page..." from the menu). +1. Click on a star at the right side of the omnibox (you can also press Ctrl+D (CMD+D on Mac)or choose "Bookmark this page..." from the menu). 2. Name your bookmark. 3. Click on "Edit". 4. Paste `javascript: (function () { window.location.href = 'https://zenplayer.audio/?v=' + location.href; }());` in the URL field. From dd5d68c74dbfcedc1eaae52413d315dcddc517d9 Mon Sep 17 00:00:00 2001 From: jepjepus Date: Mon, 2 Oct 2017 13:01:28 +0200 Subject: [PATCH 2/2] Update README.md a missing space char. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e9d3b44..989104cb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Install the [Chrome extension](https://chrome.google.com/webstore/detail/zen-you Create a bookmark with `javascript: (function () { window.location.href = 'https://zenplayer.audio/?v=' + location.href; }());` as an URL to quickly redirect your YouTube video to this app! ### How to create a custom bookmark in Chrome: -1. Click on a star at the right side of the omnibox (you can also press Ctrl+D (CMD+D on Mac)or choose "Bookmark this page..." from the menu). +1. Click on a star at the right side of the omnibox (you can also press Ctrl+D (CMD+D on Mac) or choose "Bookmark this page..." from the menu). 2. Name your bookmark. 3. Click on "Edit". 4. Paste `javascript: (function () { window.location.href = 'https://zenplayer.audio/?v=' + location.href; }());` in the URL field.