N ±noise
by
noromanba
2014-12-24 [2014/12/24 02:08:15]
toggle comments visibility on flash-free Nicovideo
/*
* @title N ±noise
* @description toggle hide comments on flash-free Nicovideo
* @include http://sp.nicovideo.jp/watch/*
* @license MIT http://opensource.org/licenses/MIT
* @javascript_url
*/
// TBD bind to UI
(function () {
var board = document.body.querySelector('#jsPlayerComment');
if (!board) return;
board.hidden = !board.hidden;
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。