0risk / SellingQueues

// ==UserScript==
// @name         SellingQueues
// @namespace    http://tampermonkey.net/
// @version      1.2
// @description  Show information about selling queues at Lendy site
// @author       0Risk
// @homepage     http://p2pindependentforum.com/thread/7539/ss-browser-extensions-filter-loans
// @match        https://lendy.co.uk/my-loans/selling
// @defaulticon  https://lendy.co.uk/img/favicon.png
// @grant        GM_getValue
// @grant        GM_setValue
// @grant        GM_addStyle
// @require      http://cdn.bootcss.com/jquery/3.1.0/jquery.min.js
// @require      https://cdnjs.cloudflare.com/ajax/libs/canvasjs/1.7.0/canvasjs.js
// @history      1.0 Initial version
// @history      1.1 Fixed a bug that was blocking the collection of queue data
// @history      1.2 Show total of loan parts on sale
// @license      MIT
// ==/UserScript==