// ==UserScript== // @name 内测003 // @namespace bookbot.me // @version 0.0.5 // @description 在读秀、全国图书联盟等书籍搜索结果页面直接显示每本书的唯一编码 SS 号,方便进一步找书。 // @author 电子书Bot // @include *duxiu.com/search* // @include *superlib.net/search* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... var bookElements = document.getElementsByClassName("book1"); if (bookElements.length == 0) { bookElements = document.getElementsByClassName("books"); } for (var i=0; i