GithubHelp home page GithubHelp logo

googlesnakecustommenustuff's People

Contributors

brightylighty avatar carlgustavh avatar fizhes avatar yarmiplay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

googlesnakecustommenustuff's Issues

Readme start command

The start command in the readme file has the name of the function wrong. It should be window.snake.more_menu();

it won't let me see or download the mod

It says Enable The Mod and There Is No Mod There To Download. PLEASE FIX THIS!!! 😡
Fix It Because I Want To Try It. I Have A Boring One Already But It's BORING

I am confused

What do they mean when they say copy the code into the console what is the console please help

The menu

It just makes three apples and doesnt work whatso ever

Html code

Was the html code taken down? I'm trying this on a school computer that has console disabled (!) and I can't seem to find the bookmarklet.

can someone help me

can someone comment the code to add as a bookmark myself but the dark mode.

like this but for dark mode{

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();}

@Yarmiplay can you give me the code to add it as a bookmark myself for dark mode
or tell me where to find it

New update ruining it

The new update for the mods introduced some new icons. But now, sometimes the mods don't work, and the once-large maps are now all the same size. What has happened?

nuke crashes game

the nuke crashes the google page
so its pointless
is it meant to do that or is it something else. if so what

Not working

None of the mods in the menu are working properly. Example when using the multi apple option, only 3 show up instead of the normal 80+, as well as the maps are not working properly either.

ok help

new to github, how do you download shit

How do you make a snake mod?

Dear fizhes,

Hey, I'm a beginner coder and I'm wondering how you make a snake mod and how you code with GitHub. Please respond.

From,
BananaPants

Modes wont work

The backgrounds work but all the speeds and custom food modes wont work, I'll have them enabled but it will just be the normal 3 apple mode and the custom map sizes wont work either

Google "Unusual Traffic" Error

Hey @fizhes every once in a while I keep getting an error that says: "Unusual traffic from your computer network” or “Our systems have detected unusual traffic from your computer network". I was wondering if there was a way that you could fix this, and I hope this file isn't malware...

it dont work :(

window.snake.burger({ dark: true }); undefined VM75:56 Uncaught TypeError: Cannot read properties of null (reading '0') at processSnakeCode (<anonymous>:56:4) at XMLHttpRequest.req.onload (<anonymous>:49:3)

Bookmark Bug

So basically when I click the book mark it, it just takes me to a source code that says, Bookmarks Bookmarks Bar More Menu. How do I fix this?

Error

Whenever I try and download it there is just an error

Feature request: No Apples

You have lots of options for more apples than normal. But what about no apples at all? It is completely impossible to collect a single apple. I think this would be an invaluable addition to the mod

SnakeGameMod

When using the mod I can't use the added on maps, I can only use the original ones

Update fetching method to be cleaner

Instead of using XML requests, use fetch() as it is more modern and generally cleaner. The code required to do so is below:

javascript:fetch("https://raw.githubusercontent.com/DarkSnakeGang/GoogleSnakeCustomMenuStuff/main/custom.js").then((response) => response.text()).then((responseText) => {eval(responseText)});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.