Skip to content

Instantly share code, notes, and snippets.

@amanda
Last active August 29, 2015 14:24
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 amanda/5255ef290e6c36db2ee7 to your computer and use it in GitHub Desktop.
Save amanda/5255ef290e6c36db2ee7 to your computer and use it in GitHub Desktop.
the cloud is just
(function () {
document.body.innerHTML = document.body.innerHTML.replace(/the cloud/g, 'someone else\'s computer');
})();
// nice bookmarklet format thanks mrcoles.com
javascript:(function()%7B(function%20()%20%7Bdocument.body.innerHTML%20%3D%20document.body.innerHTML.replace(%2Fthe%20cloud%2Fg%2C%20'someone%20else%5C's%20computer')%3B%7D)()%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment