Skip to content

pathfinder.w3schools.com - Dark Mode by Nick2bad4u

Imported and mirrored from https://raw.githubusercontent.com/Nick2bad4u/UserStyles/refs/heads/main/PathFinderW3School-Dark.user.css

Screenshot of pathfinder.w3schools.com - Dark Mode

Details

AuthorNick2bad4u

LicenseUnLicense

Categoryw3schools

Created

Updated

Code size589 B

Code checksume38097c5

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for W3Schools PathFinder since most Styles dont support it

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           pathfinder.w3schools.com - Dark Mode
@namespace      typpi.online
@version        1.0.2
@description    Dark mode for W3Schools PathFinder since most Styles dont support it
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
@supportURL     https://github.com/Nick2bad4u/UserStyles/issues
==/UserStyle== */
@-moz-document domain("pathfinder.w3schools.com") {
	/* Invert colors except images and videos */
	html,
	img,
	svg,
	video,
	iframe {
		filter: invert(1) hue-rotate(180deg) !important;
	}
}

Reviews

No reviews yet.