/*
* @title Change the backgroundColor to white of seiga.nicovideo.jp
* @description ニコニコ静画は背景色白のほうがいいと思うんですよ。
* @include http://seiga.nicovideo.jp/*
* @license MIT License
*/
document.querySelector('body').style.backgroundColor = '#fff';
document.querySelector('section.userlist_head_bar').style.backgroundColor
= document.querySelector('div#content').style.backgroundColor
= 'transparent';