Ovtave Time Limit

Crack Ovtave Online

Verze ze dne 04. 05. 2017. Zobrazit nejnovější verzi.

// ==UserScript==
// @name         Ovtave Time Limit
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Crack Ovtave Online
// @author       you
// @match        http://tampermonkey.net/scripts.php
// @grant        none
// @match        https://octave-online.net/*
// @match        *://octave-online.net/*
// ==/UserScript==

setInterval(function() {
    'use strict';
    // Your code here...
        $('.clickable').click();
               
},1000);