Skip to content

Instantly share code, notes, and snippets.

@vikhyat
Created February 25, 2009 04:28
Show Gist options
  • Save vikhyat/70006 to your computer and use it in GitHub Desktop.
Save vikhyat/70006 to your computer and use it in GitHub Desktop.
var jConsole = {
init: function() {
holder = document.createElement("div")
holder.setAttribute("style", "height: 250px; background: #000000; color: #ffffff; opacity: 0.4; position: static;")
document.body.appendChild(holder)
}
}
jConsole.init()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment