TPP Pokemon Naming Keyboard!

Do you wish TPP would name your pokemon? Well, here's your chance!

To use:

Open up your TwitchPlaysPokemon Twitch chat (this has only been tested with the popout chat, so if it fails to work, pop out the chat).

In the url bar, paste the following code (or use it as a bookmarklet):

javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://tustin2121.github.io/TPPNamingKeyboard/pkmn_keyboard.js';})();

If you cannot make it work by pasting or as a bookmark, scroll down and see instructions on how to use the Developer Console of your browser.

Click on the naming window that appears in the top corner! The keyboard pulls commands out of the chat stream and converts it into the appropriate inputs on the keyboard!

To mitigate the effects of the "Running" combo on naming, all "B+Direction" commands are collapsed to simply "direction" commands. All combos beyond that are collapsed to only the first command in a combo.

Enjoy!

Developer Console Option

If for whatever reason, pasting the URL does not work or causes the page to load a different page, and the bookmark option is not desirable, you can past the following code into the developer console of your browser. Please check the instructions for each browser if you don't know how to do this.

document.body.appendChild(document.createElement('script')).src='http://tustin2121.github.io/TPPNamingKeyboard/pkmn_keyboard.js';

Chrome:

  1. Under the menu, go to Tools > Developer tools.
    A window will appear either embedded on the bottom or side of the page, or will pop up as a separate window.
  2. Go to the "Console" tab.
  3. Paste the above code in there and hit enter. You should see "LOADING Pokemon Keyboard by Tustin2121!" if it worked.
  4. You may now close the tools.

Firefox:

  1. Under the Firefox menu, go to Web Developer > Web Console. A window embedded on the bottom of the page will appear.
  2. Paste the above code into the area with the ">" symbol, and hit enter. You should see "LOADING Pokemon Keyboard by Tustin2121!" if it worked.
  3. You may now close the tools.

Safari (Mac):

  1. Go to Google and Download Chrome or Firefox.
  2. If you skipped step one, things get a little hairy. You cannot open the Developer Tools without first enabling them in the Preferences.
    Go to Safari > Preferences, at the bottom of the Advanced tab. Check the box labeled "Show Develop menu in menu bar"
  3. Bring focus back to the chat window and under the newly unhidden Develop menu, click on to Show Web Inspector. A window embedded on the bottom of the page will appear.
  4. Click the icon that looks like a greater-than symbol sticking into a stack of three lines. This may or may not read "Console" next to it.
  5. Paste the above code into the bottom line with the ">" symbol, and hit enter. You should see "LOADING Pokemon Keyboard by Tustin2121!" if it worked.
  6. You may now close the tools and disable the Develop menu again if you wish.

Internet Explorer (Windows):

  1. Go to Google and Download Chrome or Firefox.
  2. If you skipped step one: Press the F12 key when focused on the brower. A window embedded on the bottom of the page will appear.
  3. Find the Console tab, it has an icon with a greater-than symbol in a box.
  4. Paste the above code into the bottom line with the ">" symbol, and hit enter. You should see "LOADING Pokemon Keyboard by Tustin2121!" if it worked.
  5. Press the F12 key again to close the tools.