MeowMeow.io

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

  1. // ==UserScript==
  2. // @name MeowMeow.io
  3. // @namespace This script does nothing just settings the menu of MooMoo.io game. A legendary no hack
  4. // @author Kūhaku
  5. // @version 0.1
  6. // @description Subcriber to Kūhaku on link https://www.youtube.com/channel/UCGhRFZ_hnCB4Rmkm2aUyz2g
  7. // @author Kūhaku
  8. // @match *://*.moomoo.io/*
  9. // @grant None.
  10. // @icon http://u.cubeupload.com/Kuuhaku6596/cat.png
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. document.getElementById("gameName").innerHTML = "Nyaa~.io";
  16. document.getElementById("leaderboard").append('Subscribe To KūhakuGats.io!');
  17. document.getElementById("diedText").innerHTML = "Aww, you was unlucky?!"
  18.  
  19. document.title="Meow Meow";var a=["Meow Meow","Moo Moo"]
  20.  
  21. document.getElementById("scoreDisplay").style.color = "#ffdd00";
  22. document.getElementById("woodDisplay").style.color = "#3dff00";
  23. document.getElementById("stoneDisplay").style.color = "#919191";
  24. document.getElementById("killCounter").style.color = "#ac2727";
  25. document.getElementById("foodDisplay").style.color = "#ff0000";
  26. document.getElementById("allianceButton").style.color = "#00f4ff";
  27. document.getElementById("chatButton").style.color = "#ffffff";
  28. document.getElementById("storeButton").style.color = "#ff7300";
  29. document.getElementById("ageText").style.color = "#050000";
  30. })();