FollowAll (Reload110)

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

// ==UserScript==
// @name FollowAll (Reload110)
// @namespace https://gf.qytechs.cn/en/users/243179-kchamat
// @version 0.11
// @description Seguir a usuarios recomendados por el MI de Reload110 hardworld.xyz 
// @author Autofollow by @kchamat based on @Cazador4ever CazaTools
// @match http*://hardworld.xyz/mi/*
// @include http*://hardworld.xyz/mi/
// @grant none
// ==/UserScript==

(function($) {
'use strict';
function ocultar(objeto){
var styles = objeto+'{display:none; margin-top:5000px; }';
var styleSheet = document.createElement("style");
styleSheet.type = "text/css";
styleSheet.innerText = styles;
document.head.appendChild(styleSheet)
}
function seguir(){
$(".boto.gris").click();
}
var ichi;
    ichi=0;
for (ichi = 0; ichi < 15 ; ichi++) {
setTimeout(function() {
seguir();
}, ichi*7000);
}
setTimeout(function() {
location.reload();
}, 65000);
ocultar("div#mydialog");
ocultar("div#mask");
})(jQuery);

QingJ © 2025

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