FollowAll (Reload110)

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

目前为 2019-05-25 提交的版本。查看 最新版本

// ==UserScript==
// @name FollowAll (Reload110)
// @namespace https://gf.qytechs.cn/en/users/243179-kchamat
// @version 0.10
// @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/
// @grant none
// ==/UserScript==

(function($) {
'use strict';
 var segundos=20;
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(){
window.stop();
setTimeout(function() {
$(".boto.gris").click();
}, 1000);
    setTimeout(function() {
location.reload();
}, segundos*1000);
}
seguir();
ocultar("div#mydialog");
ocultar("div#mask");
})(jQuery);

QingJ © 2025

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