Skip to content

Instantly share code, notes, and snippets.

@kepawni
Last active October 15, 2021 07:19
Show Gist options
  • Save kepawni/64b7385b53e813b8e894bfc1666bde6b to your computer and use it in GitHub Desktop.
Save kepawni/64b7385b53e813b8e894bfc1666bde6b to your computer and use it in GitHub Desktop.
A bookmarklet that pops up a browser prompt with a random pronounceable word until you hit Esc or Cancel.
javascript:void((m=>{while(prompt('',[,,,,,,].fill(0).map(a=>((a,b,c,d)=>d(b).replace('q','qu')+d(a)+d(c))(...['aeiouyaeioueo','bcdghjkpqtvwzbcdgkpt','flmnrsxflmnrslmnrs'].map(s=>s.split('')),a=>a[m.floor(m.random()*a.length)])).join('')));})(Math))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment