Skip to content

academy.hackthebox.com - Apr 2024 by ivankatliarchuk

Details

Authorivankatliarchuk

LicenseMIT License

Categoryhackthebox

Created

Updated

Size408 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           academy.hackthebox.com - Apr 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         ik
@why            https://forum.hackthebox.com/t/academy-website-dark-background/271355/2
==/UserStyle== */
@-moz-document domain("academy.hackthebox.com") {
    html {
        filter: invert(100%) hue-rotate(180deg);
    }
}

Reviews

No reviews yet.