FollowAll (LincesX)

Seguir a usuarios recomendados por el MI de LincesX

// ==UserScript==
// @name FollowAll (LincesX)
// @namespace https://gf.qytechs.cn/en/users/243179-kchamat
// @version 0.11
// @description Seguir a usuarios recomendados por el MI de LincesX
// @author Autofollow by @kchamat based on @Cazador4ever CazaTools
// @match http*://lincesx.ga/mi/*
// @include http*://lincesx.ga/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(){
$(".zebrea").children(".floatR").children(".boto.gris").click();
}
seguir();

setTimeout(function() {
location.reload();
}, 1000);
//ocultar("div#mydialog");
ocultar("div#mask");
})(jQuery);

QingJ © 2025

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