Listen to YouTube videos, without the distracting visuals.
Install the Chrome extension (source code) so you can add &zen
or /zen
to the end of any YouTube URL to redirect this app!
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!
- 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).
- Name your bookmark.
- Click on "Edit".
- Paste the following snippet into the URL field
javascript: (function () { window.location.href = 'https://zenplayer.audio/?v=' + location.href; }());
- Click on "Save".
- Listen to Starve the Ego, Feed the Soul by The Glitch Mob
- Try it out on zenplayer.audio
- Clone the project and open
index.html
. - To run the site locally, run
npm install
thennpm start
and a webpage will open in your default browser.
Platform/Browser | |||||
---|---|---|---|---|---|
Yes | - | Yes | Yes | Yes | |
Yes | Yes | Yes | - | - | |
No | No | No | - | - | |
No | - | No | - | - |
If you would like to contribute to this project please read the guidelines on contributing before doing so.