Greasy Fork is available in English.

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();
})();