Epstyle

Meet new EnderPhaseX

  1. // ==UserScript==
  2. // @name Epstyle
  3. // @namespace EnderPhase
  4. // @version 0.1.1
  5. // @description Meet new EnderPhaseX
  6. // @author AeRO
  7. // @match *://agar.io/
  8. // @run-at document-start
  9. // @grant GM_setClipboard
  10. // @grant GM_xmlhttpRequest
  11. // @connect agar.io
  12. // ==/UserScript==
  13.  
  14. var EnderPhaseCSS = '<link href="http://dum5nomg.tk/epxx.css" type="text/css" rel="stylesheet"></link>';
  15.  
  16. function inject(page) {
  17. var _page = page.replace(/main_out.js/i, "http://51.254.206.49/");
  18. _page = _page.replace(/agario.core.js/i, "http://51.254.206.49/core.js");
  19. _page = _page.replace("</head>", EnderPhaseCSS + "</head>");
  20.  
  21. return _page;
  22. }
  23.  
  24. window.stop();
  25. document.documentElement.innerHTML = null;
  26. GM_xmlhttpRequest({
  27. method : "GET",
  28. url : "http://agar.io/",
  29. onload : function(event) {
  30. var doc = inject(event.responseText);
  31. document.open();
  32. document.write(doc);
  33. document.close();
  34. }
  35. });

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址