Skip to content

Commit

Permalink
Added extra use case.
Browse files Browse the repository at this point in the history
  • Loading branch information
everycopy committed Mar 13, 2013
1 parent f45ddf4 commit b19d494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CloudToMoon.safariextension/cloudtomoon.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function handleText(textNode) {
v = v.replace(/\bThe cloud\b/g, "The moon");
v = v.replace(/\bthe Cloud\b/g, "the Moon");
v = v.replace(/\bthe cloud\b/g, "the moon");
v = v.replace(/\bTHE CLOUD\b/g, "THE MOON");

textNode.nodeValue = v;
}

0 comments on commit b19d494

Please sign in to comment.