An unrecoverable error occurred loading this page. If you are accessing this page as a developer or as a downloaded file, please skip to the bottom.

You could be using an outdated browser. Please upgrade your browser to improve your experience.

This website is currently being developed for compatibility with (although earlier versions may work):
  • Safari 10.1.1
  • Chrome 58.0.3029.110
  • Firefox 52.0.2


If you believe your browser is supported, try clicking here to reset your local data.

Developers/Downloaded File: If you are accessing this page locally (you downloaded a copy or you're a developer), you may need to disable Cross-Origin request enforcement.
  • Safari: Open Safari preferences -> Advanced -> Check "Show Develop menu". Use the Develop menu and "Disable Cross-Origin Requets".
You can also use Python 3 and http.server. cd /path/to/tellraw then python -m http.server 8000. Navigate to localhost:8000.

If you do not have Python 3, Python 2 supports: python -m SimpleHTTPServer 8000.