Skip to content

Aternos Cleanup by GhostIsBeHere

Screenshot of Aternos Cleanup

Details

AuthorGhostIsBeHere

LicenseCC BY-NC-SA 4.0

Categoryaternos.org

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes clutter from the Aternos control panels, also lengthening the console and file editor. Intended to be used with uBlock Origin + Cosmetic Filtering Off.

Notes

Intended to be used with uBlock Origin, with Cosmetic Filtering (the eye symbol) turned off. This will block the ads but not trigger the AntiAdblock.

Source code

/* ==UserStyle==
@name         Aternos Cleanup
@version      20240513.03.01
@namespace    aternos-cleanup
@description  Removes clutter from the Aternos control panels. Intended to be used with Ublock Origin + Cosmetic Filtering Off
@author       GhostIsBeHere
@license      CC-BY-NC-SA 4.0
==/UserStyle== */

@-moz-document url-prefix("https://aternos.org") {
/* ==UserStyle==
@name         Aternos Cleanup
@version      1.0.0
@namespace    aternos-cleanup
@description  Removes clutter from the Aternos control panels. Intended to be used with Ublock Origin + Cosmetic Filtering Off
@author       GhostIsBeHere
@homepage     https://github.com/GhostIsBeHere/userstyles
@license      CC BY-NC-SA 4.0
==/UserStyle== */

.header-link-exaroton, div.responsive-leaderboard, .sidebar, .server-b-tutorials, div.help-center-articles, .social {
    display: none !important;
}

.console {
    height: 100%;
}

#editor {
    height: 100%;
}

.cm-content {
    padding-bottom: 5px !important;
}
}

Reviews

No reviews yet.