0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

jQueryをF12開発者ツールで使えるようにするブックマークレット

Posted at

#概要

javascript:(function(){var script=document.createElement("script");script.src="https://code.jquery.com/jquery-3.2.1.min.js";document.body.append(script);})();

ブックマーク追加して、URLの欄にコピペして、jQuery使いたいページでクリック。
F12開発者ツールで、 jQuery と入力してみる。

jQueryなし画面
Uncaught ReferenceError: jQuery is not defined
    at <anonymous>:1:1

ブックマークレット発動後
function (a,b){return new r.fn.init(a,b)}
0
0
0

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
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?