Skip to content

Instantly share code, notes, and snippets.

@junosuarez
Created November 4, 2014 16:27
Show Gist options
  • Save junosuarez/4ea0c01273e5d5bbd459 to your computer and use it in GitHub Desktop.
Save junosuarez/4ea0c01273e5d5bbd459 to your computer and use it in GitHub Desktop.
dad!

#the dad bookmarklet

just talking about data is hard, let alone properly analyzing it! wouldn't it be nice to get help from a dad?

dad?

thankfully, this bookmarklet will replace all instances of the word "data" on a page with "dad" with just one click!

installation

drag this link to your bookmarks bar: [daddy!](javascript:!function w(n){if(n.nodeType==3){n.textContent=n.textContent.replace('data','dad')}[].slice.call(n.childNodes||[]).forEach(w)}(document))

(if you click it, you'll see it take effect on the current page)

now, whenever you see too much data on a page, simply click this bookmarklet and get the reassuring presence of your nearest dad instead.

but this is silly!

no you are

xoxo,

http://jden.us

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment