Skip to content

/aternos difficulty peaceful by adil192

Details

Authoradil192

LicenseCC0

Categoryaternos

Created

Updated

Size604 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the ads without setting off the ad-block detector.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         /aternos difficulty peaceful
@version      20231224.01.00
@namespace    ?
==/UserStyle== */

@-moz-document domain("aternos.org") {
div[id^="primis_player"],
div[id^="google_ads_iframe"],
div[id="placement-takeover"],
iframe[id^="prvk-twitch-player"],
#vdrm-19747,
.vdrm-section,
.vm-footer,
.server-tutorials,
.ad-label-wrapper,
.ad-label-wrapper + *,
.header-link-exaroton {
    pointer-events: none;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
}
.body > .main .content {
    max-width: 80rem;
    margin: auto;
}
.sidebar {
    display: none;
}

}

Reviews

No reviews yet.