Skip to content

Instantly share code, notes, and snippets.

@dfkoz
Created October 20, 2012 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dfkoz/3924323 to your computer and use it in GitHub Desktop.
Save dfkoz/3924323 to your computer and use it in GitHub Desktop.
TruthInBrowsing Script
document.body.innerHTML = document.body.innerHTML.replace(
/I have read and agree to/g,
"I haven't read but nevertheless agree to"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment