This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Earbits Enhancements | |
// @namespace https://github.com/beanow | |
// @description Implements improvements for Earbits.com's web player. | |
// @version 0.6 | |
// @icon https://i.imgur.com/YrGdzh6.png | |
// @include /^https?://www\.earbits\.com.*$/ | |
// @start-at document-idle | |
// @grant none | |
// ==/UserScript== |