Skip to content

Instantly share code, notes, and snippets.

@rjcorwin
Created August 22, 2013 21:58
Show Gist options
  • Select an option

  • Save rjcorwin/6313340 to your computer and use it in GitHub Desktop.

Select an option

Save rjcorwin/6313340 to your computer and use it in GitHub Desktop.
Changes the channels text box to your channel of your choosing.
document.getElementsByTagName('input')[1].value = "#treehouse";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment