Skip to content

Commit

Permalink
Added actual source URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
everycopy committed Mar 13, 2013
1 parent c103173 commit b1c2fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudToMoon.safariextension/cloudtomoon.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ walk(document.body);

function walk(node) {
// I stole this function from here:
// http://is.gd/mwZp7E
// http://stackoverflow.com/questions/5904914/javascript-regex-to-replace-text-not-in-html-attributes/5904945#5904945
var child, next;

switch (node.nodeType) {
Expand Down

0 comments on commit b1c2fa3

Please sign in to comment.