Sleazy Fork is available in English.

Mod dino

Chrome dino game!

// ==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(){};

})();