Created
September 26, 2016 14:30
-
-
Save channprj/2265920c54074f6dd597636a02157c1e to your computer and use it in GitHub Desktop.
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 Bugs Music Player Black | |
// @namespace https://chann.kr | |
// @version 0.1 | |
// @description bugs music player black theme by default | |
// @author CHANN | |
// @match http*://music.bugs.co.kr/newPlayer?* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
document.getElementById('container').className='skinBlack'; | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment