LoginSignup
14

More than 5 years have passed since last update.

posted at

jQueryが入ってないページにjQueryを入れるブックマークレット

スクレイピングの実験をする時によく使ったやつ。

javascript: var script=document.createElement('script');script.src='http://code.jquery.com/jquery-1.10.2.min.js';document.body.appendChild(script);

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
14