Welcome to the "More Snake" page! this will allow you to have extras in the google snake game. To install this bookmarklet Drag the code below into the bookmarkbar if you can't see that then press CTRL+SHIFT+B.


javascript:(function () {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();})()