In Chrome, IE or Firefox open console and paste this to add and test JQuery on any website.
var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://code.jquery.com/jquery-1.8.1.min.js'; document.body.appendChild(s);