Skip to content

Kingdom of Loathing: Dark Mode by danfroese

Screenshot of Kingdom of Loathing: Dark Mode

Details

Authordanfroese

LicenseNo License

Categorykingdomofloathing

Created

Updated

Size567 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Change the KoL game website to be a low contrast dark mode that is easier on the eyes. Images are changed to white-on-black. Works with kolmafia or without.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Kingdom of Loathing: Dark Mode
@version      20220305.03.53
@namespace    userstyles.world/user/danfroese
@description  Change the Kingdom of Loathing game website to be a low contrast dark mode that is easier on the eyes. Images are changed to white-on-black
@author       danfroese
@license      No License
==/UserStyle== */

@-moz-document regexp(".*(127\\.0\\.0\\.1:60080|kingdomofloathing\\.com)/(game|loggedout|login|desc_.*|doc|vb/.*)\\.php.*") {
html {
    filter: contrast(0.6666) invert(1) hue-rotate(180deg);
}
}

Reviews

No reviews yet.