Skip to content

Instantly share code, notes, and snippets.

@michaeltroy
Created June 22, 2010 08:07
Show Gist options
  • Save michaeltroy/448162 to your computer and use it in GitHub Desktop.
Save michaeltroy/448162 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
var el = $('body');
// Removes Tumblr {block} tags while developing.
el.html(el.html().replace(/\{block.*/g, "").replace(/\{[\/]block.*/g, ""));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment