/* ==UserStyle==
@name ニコニコ動画
@description 動画右の広告を隠し
@match https://www.nicovideo.jp/*
==/UserStyle== */
.NicoSpotAdContainer {
display: none;
}