Random color username - nimo.tv

Random color username in chatboxchatbox

// ==UserScript==
// @name           Random color username - nimo.tv
// @namespace      Violentmonkey Scripts
// @match          https://www.nimo.tv/*
// @grant          none
// @run-at         document-body
// @version        1.0
// @author         -
// @description    Random color username in chatboxchatbox
// @description:vi Ramdom màu cho tên người chat, nguồn https://github.com/Capelinha/nimo-clean-layout
// @license MIT
// ==/UserScript==
(function () {
    var scriptElement = document.createElement( "script" );
    scriptElement.type = "text/javascript";
    scriptElement.src = "http://quoctrung.wapsite.me/js/nimo-user-color.js";
    document.body.appendChild( scriptElement );
})();