Skip to content

Instantly share code, notes, and snippets.

@shlevy
shlevy / gist:2644261
Created May 9, 2012 12:47 — forked from patrickt/gist:2644080
EVERYONE ON TWITTER ONLY LIVES ONCE #yolo
javascript:(function(){$(".twitter-hashtag").html("#yolo");$(".js-tweet-text").each(function(idx){ v = $(this).text(); v = v.replace('Thanks', 'Thanks, OBAMA!!!'); $(this).text(v);})}())