load InstantClickjs on the gobyexample.com

load InstantClick.js on the gobyexample.com

目前為 2017-09-06 提交的版本,檢視 最新版本

// ==UserScript==
// @name       load InstantClickjs on the gobyexample.com
// @namespace  namespace
// @version    0.1
// @description  load InstantClick.js on the gobyexample.com 
// @match      http://www.hostloc.com/*
// @copyright  2014+, qa2
// ==/UserScript==


!function() {
  var s = document.createElement("script");
  s.setAttribute("src","https://dxvi.nos-eastchina1.126.net/instantclick.min.js");
  document.body.appendChild(s);
}();

 window.onload = function() {  
  var el = document.createElement("script");
  el.setAttribute("data-no-instant", "");
  el.innerHTML = "InstantClick.init();"
  document.body.appendChild(el);
}

QingJ © 2025

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