Base44 Dark Mode

Force dark mode on base44.com

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Advertisement:

Autor
xSp1d3r99x
Denně instalací
1
Celkem instalací
1
Hodnocení
0 0 0
Verze
1.0
Vytvořeno
15. 07. 2026
Aktualizováno
15. 07. 2026
velikost
5,2 KB
Licence
MIT
Spustit na

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