eruda

为当前页面增加eruda调试

  1. // ==UserScript==
  2. // @name eruda
  3. // @version 0.1
  4. // @description 为当前页面增加eruda调试
  5. // @author YieldRay
  6. // @license MIT
  7. // @include *
  8. // @grant none
  9. // @namespace https://gf.qytechs.cn/users/467455
  10. // ==/UserScript==
  11.  
  12. (function () {
  13. var script = document.createElement("script");
  14. script.src = "//cdn.jsdelivr.net/npm/eruda";
  15. document.body.appendChild(script);
  16. script.onload = function () {
  17. eruda.init();
  18. };
  19. })();

QingJ © 2025

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