ouo.io

Skip button automatycally

  1. // ==UserScript==
  2. // @name ouo.io
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0.2
  5. // @description Skip button automatycally
  6. // @author You
  7. // @match https://ouo.io/*
  8. // @match https://ouo.press/*
  9. // @match https://oko.sh/*
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. document.getElementById("btn-main").click();
  17. })();