Skip to content

Instantly share code, notes, and snippets.

@jrozner
Created February 4, 2013 22:49
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 jrozner/4710467 to your computer and use it in GitHub Desktop.
Save jrozner/4710467 to your computer and use it in GitHub Desktop.
lol business people
<script id="mulu">
var tag = document.createElement('iframe');
tag.src = 'http://mulu.me/mini/f13725704e2101306b7122000a1e81a6';
tag.height = '1400';
tag.width = '650';
tag.setAttribute('frameborder', '0');
tag.scrolling = 'no';
var sibling = document.querySelector('#mulu');
document.querySelector('body').insertBefore(tag, sibling);
sibling.remove();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment