Skip to content

Instantly share code, notes, and snippets.

View vekMaster's full-sized avatar

Kevin D. Agudelo Gallego vekMaster

  • Armenia,Quindío
View GitHub Profile
@tad-lispy
tad-lispy / inject-jquery.js
Created August 19, 2014 11:50
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'