Base44 Dark Mode

Force dark mode on base44.com

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

Advertisement:

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Advertisement:

Autor
xSp1d3r99x
Installationen heute
1
Installationen gesamt
1
Bewertungen
0 0 0
Version
1.0
Erstellt am
15.07.2026
Letzte Aktualisierung
15.07.2026
Größe
5,19 KB
Lizenz
MIT
Wird angewandt auf

Base44 Dark Mode
A lightweight userscript that forces dark mode on base44.com using a CSS colour-invert filter.
Features:

Applies a global invert + hue-rotate filter to the page, turning a light background dark
Re-inverts images, video, canvas, SVG, and background-images so they display with their original colours instead of looking inverted
Colour-coded credits usage UI, making it easy to see credit consumption at a glance

How it works:
This script doesn't use a "real" dark theme (it doesn't rewrite the site's actual colours or stylesheets). Instead, it inverts the whole page's colours with CSS, then flips media elements back so photos and graphics don't look like photo negatives.
Notes:

Works instantly on page load (document-start) with no dependencies beyond GM_addStyle
Since this is a filter-based trick rather than a native dark theme, some elements (like certain background images or icons not caught by the selector list) may still appear inverted
Purely cosmetic and client-side; doesn't modify any site data or functionality

Permissions used: GM_addStyle only