Skip to content

Instantly share code, notes, and snippets.

@channprj
Created September 26, 2016 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save channprj/2265920c54074f6dd597636a02157c1e to your computer and use it in GitHub Desktop.
Save channprj/2265920c54074f6dd597636a02157c1e to your computer and use it in GitHub Desktop.
// ==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