Skip to content

Invert image by banaanihillo

Details

Authorbanaanihillo

LicenseCC Zero

Category*

Created

Updated

Size541 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Not my style!
Original used to be here on user styles, I think,
this is just a re-upload

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         invertImage
@version      2024-08-10
@namespace    userstyles.world
@description  invert any image using the filter property
@comment      Used to be available here on user styles I think, but lost to time; author unknown
@author       unknown
@license      CC0-1.0
==/UserStyle== */

@-moz-document regexp("https://*.*") {
  img {
        filter: invert(1);
        -webkit-filter: invert(1);
        -moz-filter: invert(1);
        -o-filter: invert(1);
        -ms-filter: invert(1);
  }
}

Reviews

No reviews yet.