Import Jquery

Add jquery to websites for console debugging

  1. // ==UserScript==
  2. // @name Import Jquery
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Add jquery to websites for console debugging
  6. // @author Jerome Scott
  7. // @require http://code.jquery.com/jquery-3.4.1.min.js
  8. // @match *://*/*
  9. // @run-at document-end
  10. // @grant none
  11. // @license GNU GPLv3
  12. // ==/UserScript==
  13.  
  14. // access jquery object using $ in developer console
  15. var $ = window.jQuery
  16.  

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址