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...
})();