Created
September 9, 2019 03:19
-
-
Save heypoom/0088a81dcf9b7e96a06b5dfd010c2d37 to your computer and use it in GitHub Desktop.
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
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