Mod dino

Chrome dino game!

Pada tanggal 18 Januari 2020. Lihat %(latest_version_link).

// ==UserScript==
// @name         Mod dino
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Chrome dino game!
// @author       mimiqui
// @match        https://chromedino.com/
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    Runner.instance_.gameOver = function(){};

})();