Skip to content

Instantly share code, notes, and snippets.

@bantic
Created February 3, 2019 16:14
Show Gist options
  • Save bantic/fdfc01d3af060e416d3e7b7ac275be81 to your computer and use it in GitHub Desktop.
Save bantic/fdfc01d3af060e416d3e7b7ac275be81 to your computer and use it in GitHub Desktop.
let html = document.body.innerHTML;
html = html.replace(/Lorem/g,'Bacon');
document.body.innerHTML = html;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment