Habilitador de botones y autoclicker ouo.io

Script para saltar la espera y hacer click automáticamente.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name            Habilitador de botones y autoclicker ouo.io
// @name:ja         Habilitador de botones y autoclicker ouo.io
// @namespace       http://ninguno/
// @version         1.1
// @description     Script para saltar la espera y hacer click automáticamente.
// @description:ja  Script para saltar la espera y hacer click automáticamente.
// @author          M4R10
// @match           https://ouo.io/*
// @match           https://ouo.press/go/*
// @match           https://ouo.press/*
// @grant           none
// ==/UserScript==
var targNode = document.getElementById ("btn-main");
targNode.classList.remove ("disabled");
targNode.classList.add ("enabled");
document.getElementsByClassName("btn-main")[0].click();