Skip to content

Instantly share code, notes, and snippets.

@tallykatt
Forked from hugueslamy/jqueryinfirebug.js
Created July 25, 2016 02:32
Show Gist options
  • Save tallykatt/aeb9cac3c8cc13669ec612f674f6bc40 to your computer and use it in GitHub Desktop.
Save tallykatt/aeb9cac3c8cc13669ec612f674f6bc40 to your computer and use it in GitHub Desktop.
Load JQuery from Firebug console
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