Change the backgroundColor to white of seiga.nicovideo.jp

  • /*
     * @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';
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/11/22 17:20:43 - 2013-11-22