Blocks ads on aternos.org without being detected!
Aternos Undetectable Adblocker by Someone68
Details
AuthorSomeone68
LicenseNo License
Categoryhttps://aternos.org
Created
Updated
Size827 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Very Useful
Source code
/* ==UserStyle==
@name Aternos Undetectable Adblocker
@version 20230521.23.17
@namespace userstyles.world/user/Someone68
@description Blocks ads on aternos.org without being detected!
@author Someone68
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://aternos.org") {
iframe {
display: none !important;
}
.ad-dfp {
display: none !important;
}
.sidebar {
display: none !important;
}
.avp-floating-container {
display: none !important;
}
.server-b-tutorials {
display: none !important;
}
.vm-footer {
display: none !important;
}
.header-link-exaroton {
display: none !important;
}
.help-center-articles {
display: none !important;
}
.vm-placement {
display: none !important;
}
#placement-takeover {
display: none !important;
}
}