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:

Аўтар
Jos KVW
Усталяванняў за дзень
0
Усяго ўсталяванняў
10
Рэйтынг
0 0 0
Версія
1.0
Створаны
03.01.2022
Абноўлены
03.01.2022
Памер
575 байтаў
Ліцэнзія
GNU GPLv3
Ужываецца на

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>