/*
* @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;
})();