nicovideo adblock

nicovideo adblock script

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==UserStyle==
@name        nicovideo adblock
@name:ja     ニコニコ広告ブロック
@name:zh-CN  niconico 广告屏蔽
@name:zh-TW  niconico 廣告屏蔽
@description nicovideo adblock script
@description:ja      ニコニコ広告ブロックスクリプト
@description:zh-CN   niconico 广告屏蔽脚本
@description:zh-TW   niconico 廣告屏蔽脚本
@match       https://www.nicovideo.jp/*
@version     1.0.0
@author      SoizoKtantas
@license     CC BY 4.0
@namespace   nicovideo adblock pure css by soizo
==/UserStyle== */

#root>div>main>div>div>section>div>div>div>div:has(div[id^="ads"]),
#root>div>main>div>div.bottom_x3.z_docked>div,
#CommonHeader>div>div>div>div.common-header-wb7b82>div.common-header-m5ds7e>div,
#root>div>main>div>div>section>div>div:has(div[id^="ads"]),
[id^="ads"],
.RightSideAdContainer-banner:has(div.Ads > iframe),
.HeaderContainer-ads {
    display: none !important;
}