Last active
October 15, 2021 07:19
-
-
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.
This file contains 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
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