Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SnO2WMaN/58dbdc0be8d9cb9a6460dc571e7df698 to your computer and use it in GitHub Desktop.
Save SnO2WMaN/58dbdc0be8d9cb9a6460dc571e7df698 to your computer and use it in GitHub Desktop.
(()=>{let f = new RegExp("クラゲ","g"),t="タコ";setInterval(()=>{Array.from(document.querySelectorAll("span,p")).filter(e=>f.test(e.innerText)).forEach(e=>{e.innerText=e.innerText.replace(f,t)})},100)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment