simple hack for dino game

A very simple, easy to learn from hack for the dinosaur game. make sure you visit it at https://trex-runner.com/ and not chrome://dino

  1. // ==UserScript==
  2. // @name simple hack for dino game
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description A very simple, easy to learn from hack for the dinosaur game. make sure you visit it at https://trex-runner.com/ and not chrome://dino
  6.  
  7. // @author You
  8. // @match https://trex-runner.com/
  9. // @icon https://www.google.com/s2/favicons?domain=trex-runner.com
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. Runner.prototype.gameOver = function(){}
  16. })(window);