Skip to content

Instantly share code, notes, and snippets.

@heypoom
Created September 9, 2019 03:19
Show Gist options
  • Save heypoom/0088a81dcf9b7e96a06b5dfd010c2d37 to your computer and use it in GitHub Desktop.
Save heypoom/0088a81dcf9b7e96a06b5dfd010c2d37 to your computer and use it in GitHub Desktop.
window.pprify = text => text.replace(/ภูมิปรินทร์ มะโน/g, "ภปร.").replace(/ภูมิปรินทร์/g, "ภปร.")
document.head.innerHTML = pprify(document.head.innerHTML)
document.body.innerHTML = pprify(document.body.innerHTML)
history.replaceState(null, null, pprify(location.pathname + location.search))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment