Import jquery at bottom of site scripts by codecaine

// ==UserScript== // @name Import Jquery // @namespace http://tampermonkey.net/ // @version 0.1 // @description Add jquery to websites for console debugging // @author Jerome Scott // @require http://code.jquery.com/jquery-3.4.1.min.js // @match *://*/* // @run-at document-end // @grant none // ==/UserScript== // access jquery object using $ var $ = window.jQuery

当前仅显示简体中文的结果。显示所有语言的结果。

找不到相关脚本。

发布您编写的脚本(或者了解如何编写脚本