Drive Music Player width 75%, new header banner

Drive Music Player width 75% new header banner

当前为 2018-05-30 提交的版本,查看 最新版本

// ==UserScript==
// @name        Drive Music Player  width 75%, new header banner
// @namespace   english
// @description Drive Music Player  width 75%  new header banner
// @include       http://driveplayer.com/*
// @include       *driveplayer.com/*
// @include       http://driveplayer.com*
// @version     1.14
// @run-at      document-start
// @grant       GM_addStyle
// ==/UserScript==




var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '       body{color:red;} body div  {color:red;} body p{color:red;}  body span{color:red;}  html {color:red;}      ';
document.getElementsByTagName('head')[0].appendChild(style);