A must-have asset in your ad-blocking free video arsenal! Works best with adblockers but will some protection on its own as well.
anime video site disable barriers/popup/hijack ads by azuresea
Details
Authorazuresea
LicenseCCSANM
Categoryembtaku.pro
Created
Updated
Size906 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name free anime video websites - disable click barrier, popup & player hijack ads
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A must-have asset in your ad-blocking free video arsenal! Works best with adblockers but will some protection on its own as well.
@author osirisgothra
==/UserStyle== */
@-moz-document regexp("^http.*$") {
.afs_ads, .ad-placement
{
display: none !important
}
html > div > div:nth-child(2),
div.vbffdqt, div.vbffdqt *,
div[style^="pointer-events"]
{
display: none !important;
}
.jw-wrapper .jw-overlays,
div.jw-wrapper.jw-reset > div.jw-controls.jw-reset > div.jw-display.jw-reset > div > div > div.jw-display-icon-container.jw-display-icon-display.jw-reset > div
{
pointer-events: none !important;
}
}