Skip to content

Instantly share code, notes, and snippets.

@goodzsq
Last active July 24, 2024 15:02
Show Gist options
  • Save goodzsq/9165674 to your computer and use it in GitHub Desktop.
Save goodzsq/9165674 to your computer and use it in GitHub Desktop.
注入jquery到网页
var script = document.createElement('script')
script.src = 'http://code.jquery.com/jquery-1.10.2.min.js'
document.body.appendChild(script)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment