Created
May 9, 2012 12:14
-
-
Save patrickt/2644080 to your computer and use it in GitHub Desktop.
EVERYONE ON TWITTER ONLY LIVES ONCE #yolo
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
javascript:(function(){$(".twitter-hashtag").html("#yolo");$(".js-tweet-text").each(function(idx){ v = $(this).text(); v = v.replace('Thanks', 'Thanks, OBAMA!!!'); $(this).text(v);})}()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment