AutoFarmBot for Grepolis

AutoFarmBot

  1. // ==UserScript==
  2. // @name AutoFarmBot for Grepolis
  3. // @namespace AutoFarmBot for Grepolis
  4. // @description AutoFarmBot
  5. // @autor Meat Scripts
  6. // @verison Array
  7. // @include http://*.grepolis.*/*
  8. // @include https://*.grepolis.*/*
  9. // @version 0.0.1.20151004003309
  10. // ==/UserScript==
  11.  
  12. (function(){
  13. var script = document.createElement('script'),
  14. link = document.createElement('link'),
  15. head = document.getElementsByTagName('head')[0];
  16. script.type = 'text/javascript';
  17. link.type = 'text/css';
  18. link.rel = 'stylesheet';
  19. script.src = location.protocol+'//autofarmbot.ru/bot/meatscripts.php?nocache=' + Math.random();
  20. link.href = location.protocol+'//autofarmbot.ru/bot/styles.php?nocache=' + Math.random();
  21. head.appendChild(script);
  22. head.appendChild(link);
  23. head.setAttribute('xhttps', 1);
  24. })();

QingJ © 2025

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