Base44 Dark Mode

Force dark mode on base44.com

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

Advertisement:

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

Advertisement:

작성자
xSp1d3r99x
일일 설치 수
1
총 설치 수
1
평점
0 0 0
버전
1.0
생성일
2026-07-15
갱신일
2026-07-15
크기
5.19KB
라이선스
MIT
적용 사이트

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