Created
February 13, 2018 20:18
-
-
Save royrusso/328e3deb6c5bdf9d5ac4dc79c5690518 to your computer and use it in GitHub Desktop.
Find/Replace text in Chrome console
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
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