Skip to content

LYB.World // Invert - v0.01 by elvanmacko

Screenshot of LYB.World // Invert - v0.01

Details

Authorelvanmacko

LicenseNo License

Categoryuserstyles

Created

Updated

Size353 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A very, very simple invert switch for LYB.World

Notes

0.01
This is basically providing the basic function of making the colors inverted on the website.
As long as the containers are still called container, that is.

Source code

/* ==UserStyle==
@name         LYB.World // Invert - v0.01
@version      20220509.08.09
@namespace    userstyles.world/user/elvanmacko
@description  A very, very simple invert switch for LYB.World
@author       elvanmacko
@license      No License
==/UserStyle== */

@-moz-document domain("loveyouback.world") {
.container {
    filter: invert(100%);
}
}

Reviews

No reviews yet.