Skip to content

Remove page background for dark reader by reinvigoratenow

Screenshot of Remove page background for dark reader

Details

Authorreinvigoratenow

LicenseNo License

Categorydofuspourlesnoobs

Created

Updated

Code size324 B

Code checksum3fd34966

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove page background to make dark reader work

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Remove page background
@version    20241224.11.01
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://www.dofuspourlesnoobs.com/") {
    #main-wrap {
        background: none !important;
    }

    .dungeon-last-update {
        background: none !important;
    }
}

Reviews

No reviews yet.