Skip to content

Instantly share code, notes, and snippets.

@TehShrike
Created August 14, 2015 13:59
Show Gist options
  • Select an option

  • Save TehShrike/ec3a47f3b9cf0d84ba78 to your computer and use it in GitHub Desktop.

Select an option

Save TehShrike/ec3a47f3b9cf0d84ba78 to your computer and use it in GitHub Desktop.
Angry GM fix bookmarklet
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