Created
August 14, 2015 13:59
-
-
Save TehShrike/ec3a47f3b9cf0d84ba78 to your computer and use it in GitHub Desktop.
Angry GM fix bookmarklet
This file contains hidden or 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
| javascript:Array.prototype.forEach.call(document.getElementsByTagName('p'), function(elem) {elem.innerText = elem.innerText.replace(/a[!@#$%^&*]{2}/g, 'ass').replace(/f[!@#$%^&*]{3}/g, 'fuck').replace(/s[!@#$%^&*]{3}/g, 'shit')}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment