Last active
August 29, 2015 14:24
-
-
Save amanda/5255ef290e6c36db2ee7 to your computer and use it in GitHub Desktop.
the cloud is just
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
(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