NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name FilterLoans // @namespace http://tampermonkey.net/ // @version 1.14.1 // @description Improve funcionality of "Available Loans" tab at Lendy site // @author 0Risk // @homepage http://p2pindependentforum.com/thread/7539/ss-browser-extensions-filter-loans // @match https://lendy.co.uk/loans/available* // @grant GM_addStyle // @grant GM_getValue // @grant GM_setValue // @defaulticon https://lendy.co.uk/img/favicon.png // @require http://cdn.bootcss.com/jquery/3.1.0/jquery.min.js // @require http://tablesorter.com/__jquery.tablesorter.min.js // @history 1.13 SM availability tracker // @history 1.14 adapted to the new "bonus" column // @license MIT // ==/UserScript== ( function() { })();