Skip to content

Instantly share code, notes, and snippets.

@mourdok
Created May 29, 2010 23:57
Show Gist options
  • Select an option

  • Save mourdok/418646 to your computer and use it in GitHub Desktop.

Select an option

Save mourdok/418646 to your computer and use it in GitHub Desktop.
Adding jQuery for Any Console
// Adding jQuery for Any Console
// via http://techrageo.us/2008/03/05/jquery-for-firebug/
javascript:void((function(){
j=document.createElement("SCRIPT");
j.src="http://code.jquery.com/jquery-latest.pack.js";
document.getElementsByTagName("HEAD")[0].appendChild(j);
})())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment