FollowAll (Reload110)

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

目前為 2019-05-23 提交的版本,檢視 最新版本

// ==UserScript==
// @name FollowAll (Reload110)
// @namespace https://gf.qytechs.cn/en/users/243179-kchamat
// @version 0.9
// @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';
function seguir(){
window.stop();
setTimeout(function() {
$(".boto.gris").click();
}, 5000);
    setTimeout(function() {
location.reload();
}, 15500);
}
seguir();
})(jQuery);

QingJ © 2025

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