Skip to content

Instantly share code, notes, and snippets.

@kyokutyo
Created February 27, 2009 11:24
Show Gist options
  • Save kyokutyo/71418 to your computer and use it in GitHub Desktop.
Save kyokutyo/71418 to your computer and use it in GitHub Desktop.
javascript:(function(){els = document.getElementsByTagName('div');for(var i in els){ str = els[i].innerHTML; els[i].innerHTML = str.replace('T','<b>TT</b>'); }})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment