You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
userscript/%E3%83%8B%E3%82%B3%E3%83%8B...

10 lines
190 B

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