Slither.io Mods / Slithere.com 6.X

Slither.io Mods, Skins, Create Your Skins

  1. // ==UserScript==
  2. // @name Slither.io Mods / Slithere.com 6.X
  3. // @version 6.X
  4. // @description Slither.io Mods, Skins, Create Your Skins
  5. // @author Slithere.com
  6. // @match http://slither.io
  7. // @run-at document-start
  8. // @grant GM_getResourceText
  9. // @require http://code.jquery.com/jquery-latest.js
  10. // @namespace Slithere.com
  11. // ==/UserScript==
  12.  
  13. var s = document.createElement('script');
  14. s.src = 'https://code.jquery.com/jquery-1.12.3.min.js';
  15. s.onload = function() {
  16. document.head.innerHTML += '<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">';
  17. var s = document.createElement('script');
  18. s.src = 'http://slithere.com/chrome2/suankizup.js';
  19. s.onload = function() {
  20. this.parentNode.removeChild(this);
  21. };
  22. (document.head || document.documentElement).appendChild(s);
  23. };
  24. (document.head || document.documentElement).appendChild(s);

QingJ © 2025

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