Created
August 22, 2013 21:58
-
-
Save rjcorwin/6313340 to your computer and use it in GitHub Desktop.
Changes the channels text box to your channel of your choosing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document.getElementsByTagName('input')[1].value = "#treehouse"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment