load InstantClickjs on the v2ex.com

load InstantClick.js on the v2ex.com

  1. // ==UserScript==
  2. // @name load InstantClickjs on the v2ex.com
  3. // @namespace namespace
  4. // @version 0.3
  5. // @description load InstantClick.js on the v2ex.com
  6. // @match https://www.v2ex.com/*
  7. // @copyright 2014+, qa2
  8. // ==/UserScript==
  9.  
  10.  
  11. !function() {
  12. var s = document.createElement("script");
  13. s.setAttribute("src","https://dxvi.nos-eastchina1.126.net/instantclick.min.js");
  14. document.body.appendChild(s);
  15. }();
  16.  
  17. window.onload = function() {
  18. var el = document.createElement("script");
  19. el.setAttribute("data-no-instant", "");
  20. el.innerHTML = "InstantClick.init();"
  21. document.body.appendChild(el);
  22. }

QingJ © 2025

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