Skip to content

Aternos hide red background by zgoly

Screenshot of Aternos hide red background

Details

Authorzgoly

LicenseCC-BY-SA-4.0

Categoryaternos

Created

Updated

Size415 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides eye-searing red color for the "You are using an adblocker!" window. Use only with dark mode!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Aternos hide red background
@namespace      userstyles.world/user/zgoly
@version        1.0.0
@description    Hides eye-searing red color for the "You are using an adblocker!" window.
@author         Zgoly
@license        CC-BY-SA-4.0
==/UserStyle== */

@-moz-document url-prefix("https://aternos.org/") {
	body > span > div {
		background: transparent !important;
	}
}

Reviews

No reviews yet.