MeowMeow.io

Subcriber to Kūhaku on link https://www.youtube.com/channel/UCGhRFZ_hnCB4Rmkm2aUyz2g

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

// ==UserScript==
// @name         MeowMeow.io
// @namespace    This script does nothing just settings the menu of MooMoo.io game. A legendary no hack
// @author       Kūhaku
// @version      0.1
// @description  Subcriber to Kūhaku on link https://www.youtube.com/channel/UCGhRFZ_hnCB4Rmkm2aUyz2g
// @author       Kūhaku
// @match        *://*.moomoo.io/*
// @grant        None.
// @icon        http://u.cubeupload.com/Kuuhaku6596/cat.png
// ==/UserScript==

(function() {
    'use strict';
document.getElementById("gameName").innerHTML = "Nyaa~.io";
document.getElementById("leaderboard").append('Subscribe To KūhakuGats.io!');
document.getElementById("diedText").innerHTML = "Aww, you was unlucky?!"

document.title="Meow Meow";var a=["Meow Meow","Moo Moo"]

document.getElementById("scoreDisplay").style.color = "#ffdd00";
document.getElementById("woodDisplay").style.color = "#3dff00";
document.getElementById("stoneDisplay").style.color = "#919191";
document.getElementById("killCounter").style.color = "#ac2727";
document.getElementById("foodDisplay").style.color = "#ff0000";
document.getElementById("allianceButton").style.color = "#00f4ff";
document.getElementById("chatButton").style.color = "#ffffff";
document.getElementById("storeButton").style.color = "#ff7300";
document.getElementById("ageText").style.color = "#050000";
})();