Four Hacking JavaScripts, helpful while surfing the websites and playing games in any browser.
Here are 4 JavaScripts , you can use it as hack, just right click of ur mouse go on Inspect Elements, then Console option, type these codes and see magic.
1. Runner.instance_.tRex.setJumpVelocity(15) - Increases speed of the chrome dino type games
2.
Runner.instance_.setSpeed(1000)
- Speed gets faster than previous.
3.
Runner.prototype.gameOver = function (){} - You will never loose this game (chrome dino) i.e., it will go continuous without any obstruction until you will stop this.
4.
document.body.contentEditable = true
- If you want to edit any text on any website, use this.