Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tad-lispy
Created August 19, 2014 11:50
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save tad-lispy/af1659e6885c1b3580da to your computer and use it in GitHub Desktop.
Save tad-lispy/af1659e6885c1b3580da to your computer and use it in GitHub Desktop.
Inject jQuery into webpage via console (oneliner)
document.getElementsByTagName('head')[0].appendChild(document.createElement('script')).src = '//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js'
@vekMaster
Copy link

Thanks!

@cikal
Copy link

cikal commented Apr 29, 2019

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment