/snake

Google Snake darkmode, modding and more!

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Google Arcade Snake mods

Google Snake darkmode, modding and more!

Installation

One time installation

Install the mod by copy and pasting this into the JavaScript console:

r=new XMLHttpRequest();r.onload=function(){eval(this.responseText);};r.open('GET','https://raw.githubusercontent.com/skagenmacka/snake/main/main.js');r.send();

Installation as a bookmarklet

Visit this link and follow the instructions. Or use the bookmarklet code directly:

javascript:(function(){r=new XMLHttpRequest();r.onload=function(){eval(this.responseText);};r.open('GET','https://raw.githubusercontent.com/skagenmacka/snake/main/main.js');r.send();})()

Tutorials / how-to

You can watch these videos on how to install the mod: Desktop (Windows, macOS, Linux, Chrome OS, etc...) or iOS (iPhone & iPad).