Skip to content

Instantly share code, notes, and snippets.

@royrusso
Created February 13, 2018 20:18
Show Gist options
  • Save royrusso/328e3deb6c5bdf9d5ac4dc79c5690518 to your computer and use it in GitHub Desktop.
Save royrusso/328e3deb6c5bdf9d5ac4dc79c5690518 to your computer and use it in GitHub Desktop.
Find/Replace text in Chrome console
document.body.innerHTML = document.body.innerHTML.replace(/ABC/g, "XYZ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment