91marc激活文本框

方便使用isbn号查询marc信息

目前為 2021-04-15 提交的版本,檢視 最新版本

// ==UserScript==
// @name         91marc激活文本框
// @namespace    z39.91marc.cn
// @version      0.1
// @description  方便使用isbn号查询marc信息
// @author       赵巍
// @match        http://z39.91marc.cn/*
// @require      http://code.jquery.com/jquery-1.11.0.min.js
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
     $("form input:first").focus();//焦点切换到分类号上
    // Your code here...
})();

QingJ © 2025

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