Skip to content

Instantly share code, notes, and snippets.

@folke
Created August 16, 2012 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save folke/3364972 to your computer and use it in GitHub Desktop.
Save folke/3364972 to your computer and use it in GitHub Desktop.
var newBody = "YOUR NEW BODY CONTENT";
var keep = $('#olark, #habla_beta_container_do_not_rely_on_div_classes_or_names')
.add($('iframe[src*=olark]').parent());
$('body').children().not(keep).remove();
$('body').prepend(newBody);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment