Skip to content

indeed.com simple dark by matt4499

Screenshot of indeed.com simple dark

Details

Authormatt4499

LicenseNo License

Categoryindeed.com

Created

Updated

Size374 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

simple dark using invert

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       indeed.com
@version    20241211.07.19
@namespace  ?
==/UserStyle== */

@-moz-document domain("indeed.com") {
/* Better selector that excludes content */
html {
    filter: invert(0.9) hue-rotate(180deg);
}

/* Re-invert images and videos to their original colors */
img, video, iframe, canvas, svg {
    filter: invert(1) hue-rotate(180deg);
}
}

Reviews

No reviews yet.