Is there an easy way to include jQuery in the chrome Javascript Console for sites that do not use it? For example - on a website I would like to get the number of rows in a table. I know this is really easy with jQuery.
$('element').length;
But the site does not use jQuery. Can I add it in from the command line?