Skip to content

Instantly share code, notes, and snippets.

@afshinm
Last active December 14, 2015 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afshinm/5045272 to your computer and use it in GitHub Desktop.
Save afshinm/5045272 to your computer and use it in GitHub Desktop.
WebMaker.org has problem with Google Chrome?

##WebMaker.org has problem with Google Chrome.

If you try to open https://webmaker.org/ in your Google Chrome browser, you probably see "Aw, Snap!" page. Chrome suddenly crashed.

If you open this page, exactly in Mozilla Firefox, it works like a charm.

So, is that something like this in their code?

if(isGoogleChrome) {
    while(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment