Does anyone have a snippet to load jquery onto any page from firebug? I often come across sites that I would prefer to inspect using familiar jq syntax.
For example, sa
You can also use the include function from the Console with either the URL to jQuery or by using the predefined alias, like this:
include
include("jquery")
See here for more detail.