ouo.io

Skip button automatycally

// ==UserScript==
// @name         ouo.io
// @namespace    http://tampermonkey.net/
// @version      1.0.2
// @description  Skip button automatycally
// @author       You
// @match        https://ouo.io/*
// @match        https://ouo.press/*
// @match        https://oko.sh/*
// @grant        none
// ==/UserScript==

(function() {
'use strict';

document.getElementById("btn-main").click();
})();

QingJ © 2025

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