Base44 Dark Mode

Force dark mode on base44.com

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Advertisement:

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Advertisement:

Autore
xSp1d3r99x
Installazioni giornaliere
1
Installazioni totali
1
Valutazione
0 0 0
Versione
1.0
Creato il
15/07/2026
Aggiornato il
15/07/2026
Dimensione
5,19 KB
Licenza
MIT
Applica a

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