TatuLaras / 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

Zen Audio Player

Gitter Build Status Code Climate Issue Count Known Vulnerabilities

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 (CMD+D on Mac) or choose "Bookmark this page..." from the menu).
  2. Name your bookmark.
  3. Click on "Edit".
  4. Paste the following snippet into the URL field
    javascript: (function () { window.location.href = 'https://zenplayer.audio/?v=' + location.href; }());
    
  5. Click on "Save".

Demo

Screenshot

screenshot

Browser Support

Platform/Browser chrome safari firefox edge ie
windows Yes - Yes Yes Yes
mac Yes Yes Yes - -
ios No No No - -
android No - No - -

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
trackjs_logo 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 79.1%Language:HTML 12.3%Language:CSS 8.6%