Adblock-Agar-Mods

enter something useful

目前为 2015-09-26 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Adblock-Agar-Mods
  3. // @namespace Online
  4. // @version 3.1
  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. // @grant none
  10. // ==/UserScript==
  11.  
  12. var script = document.createElement('script');
  13. script.src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js";
  14. (document.body || document.head || document.documentElement).appendChild(script);
  15.  
  16. $("#adbg").hide();
  17. $(".agario-promo").hide();
  18. $("div#s250x250").hide();
  19. $("div.form-group div[style='float: right; margin-top: 10px; height: 40px;']").hide();
  20. $("div.form-group div h2").html('<a href="https://agariomods.com/"><h2>Agario<sub><small>Mods</small></sub></h2></a>');