const body = document.getElementsByTagName('BODY')[0];
setInterval(function () {
const random = Math.floor(Math.random() * 16777215)
.toString(16)
.padStart(6, '0');
body.style.backgroundColor = '#' + random;
}, 5500);
const body = document.getElementsByTagName('BODY')[0];
setInterval(function () {
const random = Math.floor(Math.random() * 16777215)
.toString(16)
.padStart(6, '0');
body.style.backgroundColor = '#' + random;
}, 5500);
For further actions, you may consider blocking this person and/or reporting abuse
Chipm0nk -
gleamso -
Hanzla Baig -
Bregwin Jogi -
Top comments (0)