Permalink
Jump to Line
jccc-library-json/update.meta.js
// ==UserScript== | |
// @name JCCC Library JSON | |
// @namespace JCCC Library JSON | |
// @description Using https://library.jccc.edu/home/?newlibrary this script interacts with http://jccc.summon.serialssolutions.com/api/search to get all results as quickly as possible for a particular query. It can handle 1000 results total, because that is where the api cuts it off. | |
// @include about:blank?jccclibrary | |
// @include chrome://blank/?library | |
// @include https://library.jccc.edu/home/?newlibrary | |
// @match http://jccc.summon.serialssolutions.com/api/* | |
// @version 0.2 | |
// @grant GM_xmlhttpRequest | |
// @downloadURL none | // ==/UserScript==<< |