N -NEWS
by
noromanba
2013-11-04 [2013/11/04 17:49:21]
hidden header news on nicovideo
@@ -1,7 +1,7 @@
/*
* @title N -NEWS
* @description hidden header news on nicovideo
- * @include http://*.nicovideo.jp
+ * @include http://*.nicovideo.jp/*
* @author noromanba http://flavors.me/noromanba
* @license MIT License http://opensource.org/licenses/MIT
*/
/*
* @title N -NEWS
* @description hidden header news on nicovideo
* @include http://*.nicovideo.jp/*
* @author noromanba http://flavors.me/noromanba
* @license MIT License http://opensource.org/licenses/MIT
*/
(function () {
if (!/nicovideo\.jp$/.test(location.hostname)) return;
(document.querySelector('.textMarqueeInner') || {}).hidden = true;
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。