<center><h1>PokéHeroes Hangman Helper</h1></center>
<div>
Enter the hint into the box, and hit 🔍Search to get a list of possible words. The more letters you have visible, the more accurate the results will be. It is recommended to narrow down the list using vowels first (E → A → O → I → U, in that order), before using consonants.
<br><br>
If a letter is known to not be included within the word, add it to the blacklist, to prevent words including those letters from being suggested.
<br><br>
This will not make strategies for you; use your own judgement as to which letter(s) you should check next, to narrow down the results without wasting lives.
<br><br>
Notice: There is a known glitch regarding words appearing to not be in the database. Please copy and paste the dashes again, or guess another letter or two, as these usually fix the glitch. I didn't code this fork, I just try to keep the database up to date, so I'm unsure on how to fix this issue. - Solipse
<br><br>
Credit to ultravioletrayz for the Recomended Letter script
<br><br>
All code and database words have been forked from helpers previously hosted on JSFiddle.
<center>
<input type="text" id="input">
<button onclick="search()">🔍Search</button>
<br>
<br>
Blacklist: <input type="text" id="blacklist">
</center>
<br>
<p id="recletter"></p>
<p id="results"></p>
<p id="database"></p>
<center>
<body id="body">
<input type="button" class="changeBg" onclick="day();" value="Day" />
<input type="button" class="changeBg" onclick="night();" value="Night" />
</body>
</center>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |