DarkSnakeGang / GoogleSnakeCustomMenuStuff

140 stars 450 forks source link

the apples dont work #99

Closed RyanNotAnimates closed 2 years ago

HeadhunterAli commented 2 years ago

vouch

Damianventur12 commented 2 years ago

only put the js code. and put it in the console. Work Now. You these in the HTML Release Thanks For The Help!

Damianventur12 commented 2 years ago

javascript: req = new XMLHttpRequest(); req.open('GET', 'https://raw.githubusercontent.com/DarkSnakeGang/GoogleSnakeCustomMenuStuff/main/custom.js'); req.onload = function() { eval(this.responseText + 'snake.more_menu();'); }; req.send();