Search Liste engine

SearchBox for Family

当前为 2015-06-12 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.gf.qytechs.cn/scripts/10393/56659/Search%20Liste%20engine.js

  1. // ==UserScript==
  2. // @name Search Liste engine
  3. // @version 0.2
  4. // @description SearchBox for Family
  5. // @author Gohan89
  6. // @match http://www.marchofhistory.com/*
  7. // @grant none
  8. // ==/UserScript==
  9. jQuery.expr[":"].Contains = function(obj,index,meta) {
  10. return jQuery(obj).text().toUpperCase().indexOf(meta[3].toUpperCase()) >= 0;
  11. };
  12. $(document).on("click", ".tabsMenu.ui-tabs-anchor", function(){
  13. $("div.searchbox").remove();
  14. $("div.listingStrategie_wrapper").prepend("<div class='searchbox'><input name='search'></div>");
  15. });

QingJ © 2025

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