FollowAll (Reload110)

Seguir a usuarios recomendados por el MI de Reload110 hardworld.xyz

  1. // ==UserScript==
  2. // @name FollowAll (Reload110)
  3. // @namespace https://gf.qytechs.cn/en/users/243179-kchamat
  4. // @version 0.11
  5. // @description Seguir a usuarios recomendados por el MI de Reload110 hardworld.xyz
  6. // @author Autofollow by @kchamat based on @Cazador4ever CazaTools
  7. // @match http*://hardworld.xyz/mi/*
  8. // @include http*://hardworld.xyz/mi/
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function($) {
  13. 'use strict';
  14. function ocultar(objeto){
  15. var styles = objeto+'{display:none; margin-top:5000px; }';
  16. var styleSheet = document.createElement("style");
  17. styleSheet.type = "text/css";
  18. styleSheet.innerText = styles;
  19. document.head.appendChild(styleSheet)
  20. }
  21. function seguir(){
  22. $(".boto.gris").click();
  23. }
  24. var ichi;
  25. ichi=0;
  26. for (ichi = 0; ichi < 15 ; ichi++) {
  27. setTimeout(function() {
  28. seguir();
  29. }, ichi*7000);
  30. }
  31. setTimeout(function() {
  32. location.reload();
  33. }, 65000);
  34. ocultar("div#mydialog");
  35. ocultar("div#mask");
  36. })(jQuery);

QingJ © 2025

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