Greasy Fork

bloxjoin

Join a Roblox group instantly

当前为 2020-12-31 提交的版本,查看 最新版本

// ==UserScript==
// @name         bloxjoin
// @namespace    http://roblox.com
// @match        https://*.roblox.com/groups/*
// @version      42
// @author       foxxo
// @grant        none
// @run-at       document-idle
// @description  Join a Roblox group instantly
// ==/UserScript==

setTimeout(function(){
    document.getElementById("group-join-button").click();
}, 2000); // Click on the Join button after 2s so the page can load