Load JQuery into any page using Firebug

前端 未结 5 946
攒了一身酷
攒了一身酷 2021-02-19 05:04

Does anyone have a snippet to load jquery onto any page from firebug? I often come across sites that I would prefer to inspect using familiar jq syntax.

For example, sa

5条回答
  •  -上瘾入骨i
    2021-02-19 05:53

    You can also use the include function from the Console with either the URL to jQuery or by using the predefined alias, like this:

    include("jquery")
    

    See here for more detail.

提交回复
热议问题