NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name MyLoans // @namespace http://tampermonkey.net/ // @version 2.2 // @description Improve funcionality of "My Loans" section at Lendy site // @author 0Risk // @license MIT // @homepage http://p2pindependentforum.com/thread/7539/ss-browser-extensions-filter-loans // @match https://lendy.co.uk/my-loans/live // @grant GM_addStyle // @defaulticon https://lendy.co.uk/img/favicon.png // @grant GM_xmlhttpRequest // @connect docs.google.com // @require http://cdn.bootcss.com/jquery/3.1.0/jquery.min.js // @require http://tablesorter.com/__jquery.tablesorter.min.js // @require https://cdnjs.cloudflare.com/ajax/libs/canvasjs/1.7.0/canvasjs.js // @comment require option http://canvasjs.com/assets/script/canvasjs.min.js // @comment require option, local file syntax file:///D:\folder1\p2p lending\canvasjs-non-commercial-1.9.8.1\canvasjs.min.js // @comment when require local file, go to chrome extension settings to allow it to read local urls // @history version 1.7: included charts for rate and term; click loan image to open details; new column "% on sale" // @history version 1.8: included MODAL chart for each loan // @history version 1.9: new column 'rejection index' // @history version 1.10: new column 'max on sale' (in percentage of loan) // @history version 1.11: new column 'underwater' (number of days with consecutive value on sale) // @history version 2.0: adaptation to new lendy column "bonus". Feature Underwater commented out. // @history version 2.0.1: code improvement: find out columns by its name, not its position. Fixed bug of Bonus column in Default page. // @history version 2.0.2: new column bonus interest // @history version 2.1: experimental column LTV70 (loan size if LTV was 70%) - (better not use this) // @history version 2.1.1: bug correction: no more availability on default loans // @history version 2.1.2: bug correction, availability not shown for pbl057 (it was last loan on page in this occasion). Also, shows AM/PM of time. // @history version 2.1.3: change of layout: column 'bonus interest' removed // @history versios 2.2: script removed // ==/UserScript== ( function() { })();