Rainbow EVERYTHING*!

All (properly formatted non-extension) websites will become RAINBOW!

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

Advertisement:

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Advertisement:

Author
Jos KVW
Daily installs
0
Total installs
10
Ratings
0 0 0
Version
1.0
Created
2022-01-03
Updated
2022-01-03
Size
575 Bytes
License
GNU GPLv3
Applies to

it just works!™
If you want to add this to your site, just paste the HTML found below. Adjust the speed variable if the effect is to fast or slow.

<script>
    var dg = 0
    const speed = 10
    setInterval(() => {
        document.querySelector(':root').style.setProperty('filter', `hue-rotate(${dg}deg)`);
        dg += speed
    }, 100);
</script>