osmosiz / zen-audio-player.github.io

Listen to YouTube videos, without the distracting visuals.

Home Page:https://ZenPlayer.Audio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zen Audio Player

Gitter Build Status Code Climate Issue Count GitHub Stats

Listen to YouTube videos, without the distracting visuals.

Chrome Extension

Install the Chrome extension (source code) so you can add &zen or /zen to the end of any YouTube URL to redirect this app!

Bookmark

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).
  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.
  5. Click on "Save".

Demo

Screenshot

screenshot

Contributing to Zen Audio Player

If you would like to contribute to this project please read the guidelines on contributing before doing so.

Project Sponsors

Sponsor Description
BrowserStack Live, web-based browser testing. Say goodbye to your lab of devices and virtual machines.
KeenIO Deliver fast, flexible analytics to your teams & customers. With Keen’s developer-friendly APIs, it’s easy to embed custom dashboards and reports in any app or website.
TrackJS Track Better Errors. Actually Fix Bugs. Know when your users run into errors and fix bugs before they report them.

About

Listen to YouTube videos, without the distracting visuals.

https://ZenPlayer.Audio

License:MIT License


Languages

Language:JavaScript 77.5%Language:HTML 15.3%Language:CSS 7.3%