Skip to content

skagenmacka/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Google Snake darkmode, modding and more!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published