Skip to content

Catnip Trip NekoWeb by LelIllumina

Screenshot of Catnip Trip NekoWeb

Details

AuthorLelIllumina

LicenseNo License

Categorynekoweb

Created

Updated

Size488 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Experience Nekoweb on Catnip
POTENTIAL SEIZURE WARNING i think im not sure

Notes

Seizure inducing mayhaps

Source code

/* ==UserStyle==
@name           Catnip Trip
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Experience Nekoweb on Catnip
@author         Lel Illumina
==/UserStyle== */

@-moz-document domain("nekoweb.org") {
    * {
        animation: rainbow 30s infinite;
    }
    
@keyframes rainbow {
  0% {
    filter: hue-rotate(0deg);
  }
  
  50% {
    filter: hue-rotate(360deg);
  }
  
  100% {
    filter: hue-rotate(0deg);
  }
}
}

Reviews

No reviews yet.