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