// ==UserScript== // @name ouo.io // @namespace http://tampermonkey.net/ // @version 1.0.1 // @description Skip button automatycally // @author You // @match https://ouo.io/* // @match https://ouo.press/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; document.getElementById("btn-main").click(); })();