Adblock-Agar-Mods

enter something useful

  1. // ==UserScript==
  2. // @name Adblock-Agar-Mods
  3. // @namespace Online
  4. // @version 3.4
  5. // @description enter something useful
  6. // @author You
  7. // @match http://agar.io/
  8. // @match http://agar.io/?ip=127.0.0.1:443
  9. // @match http://agario.ovh/
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. var script = document.createElement('script');
  14. script.src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js";
  15. (document.body || document.head || document.documentElement).appendChild(script);
  16.  
  17. $("#adbg").hide();
  18. $(".agario-promo").hide();
  19. $("div#s250x250").hide();
  20. $("div.form-group div[style='float: right; margin-top: 10px; height: 40px;']").hide();
  21. $("div.form-group div h2").html('<a href="https://agariomods.com/"><h2>Agario<sub><small>Mods</small></sub></h2></a>');