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. // $(".zebrea").children(".floatR").children(".boto.gris").click();
  23. $(".zebrea:first").children(".floatR").children(".boto.gris").click();
  24. //$(".zebrea:first").prev().children(".floatR").children(".boto.gris").click();
  25. $(".zebrea:first").removeClass("zebrea");
  26. }
  27.  
  28. var ichi;
  29. ichi=0;
  30. for (ichi = 0; ichi < 15 ; ichi++) {
  31. setTimeout(function() {
  32. seguir();
  33. }, ichi*21000);
  34. }
  35. setTimeout(function() {
  36. location.reload();
  37. }, 80000);
  38. //ocultar("div#mydialog");
  39. ocultar("div#mask");
  40. })(jQuery);

QingJ © 2025

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