Skip to content

Instantly share code, notes, and snippets.

@cdata
Created July 24, 2011 07:18
Show Gist options
  • Select an option

  • Save cdata/1102372 to your computer and use it in GitHub Desktop.

Select an option

Save cdata/1102372 to your computer and use it in GitHub Desktop.
Chronicle renderer test
(function(window, document) {
var style = document.createElement('style');
style.setAttribute('type', 'text/css');
style.textContent = "body { display: none; }";
document.getElementsByTagName('head')[0].appendChild(style);
})(window, document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment