Skip to content

Instantly share code, notes, and snippets.

@neelaryan
Created April 14, 2015 19:36
Show Gist options
  • Save neelaryan/6ddca133723f9a15ecf0 to your computer and use it in GitHub Desktop.
Save neelaryan/6ddca133723f9a15ecf0 to your computer and use it in GitHub Desktop.
Fake Urban Dictionary word-meaning creator script
//EXECUTE IN BROWSER CONSOLE
document.getElementsByClassName("word")[0].innerHTML="WORD GOES HERE";
document.getElementsByClassName("meaning")[0].innerHTML="MEANING GOES HERE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment