mouse
Posts: 55
Likes: 29
|
Post by mouse on Jul 12, 2017 17:07:44 GMT
Thanks for the update 0risk, I find these scripts really useful! Could you explain what the rejection index is calculating on the MyLoans tab please? Also in the recent update the sorting on the remaining term and invested columns aren't working for me (not sorting in the correct order - I'm using greasemonkey/firefox). Not sure if this is an issue on my end or not. Not only you copacetic The sorting of invested seems to work for me, but cannot sort remaining term - using tampermonkey/firefox
|
|
mouse
Posts: 55
Likes: 29
|
Post by mouse on Jul 12, 2017 17:15:24 GMT
further to my earlier post, sort investment doe not work accurately when show all loans is checked
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jul 12, 2017 17:42:43 GMT
further to my earlier post, sort investment doe not work accurately when show all loans is checked Ok guys. I can now reproduce the sorting error. I'll workout a solution.
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jul 12, 2017 22:36:00 GMT
further to my earlier post, sort investment doe not work accurately when show all loans is checked Ok guys. I can now reproduce the sorting error. I'll workout a solution. Bug found and corrected. You can install the new version
|
|
|
Post by d_saver on Jul 13, 2017 8:07:51 GMT
Just for info, since updating the 'myloans' script the other day, it removed the accrued interest and total figures from the bottom of the 'my loans' page. Disable the script and it looks like they've been added to the bottom of the table (maybe a lendy change, maybe they were like this before - not looked in a while), but the script is removing that last row, so if you are just looking for a quick interest accrued figure(as you do), you cannot get it with the script installed anymore.
|
|
ric
Member of DD Central
Posts: 61
Likes: 35
|
Post by ric on Jul 13, 2017 8:11:29 GMT
I have just updated to the new version of FilterLoans and can't understand anymore how to configure the script. Where do i change for bad & good loans, minimum rate and amount? any help is really appreciated! thanks!
|
|
ncp
Posts: 19
Likes: 20
|
Post by ncp on Jul 13, 2017 10:19:53 GMT
I have just updated to the new version of FilterLoans and can't understand anymore how to configure the script. Where do i change for bad & good loans, minimum rate and amount? any help is really appreciated! thanks! Line 40 - //2 Settings for hiding loans Lines 41 - 45 Line 47 - //3 Settings for highlighting loans lines 48 -50
Hope that helps
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jul 13, 2017 11:18:27 GMT
Just for info, since updating the 'myloans' script the other day, it removed the accrued interest and total figures from the bottom of the 'my loans' page. Disable the script and it looks like they've been added to the bottom of the table (maybe a lendy change, maybe they were like this before - not looked in a while), but the script is removing that last row, so if you are just looking for a quick interest accrued figure(as you do), you cannot get it with the script installed anymore. That was intentional. The sorting feature was messing with the last line. So I put total amount as text, in the end of the page. But to see the Interest you have to uncomment these lines: 272-276: /* newElement = document.createElement('div'); newElement.innerHTML = '<h3 class="u-delta">Total interest: ' + totalInterest + '</h3>'; mainTable.parentNode.insertBefore(newElement, mainTable.nextSibling); */
|
|
ric
Member of DD Central
Posts: 61
Likes: 35
|
Post by ric on Jul 13, 2017 12:20:12 GMT
I have just updated to the new version of FilterLoans and can't understand anymore how to configure the script. Where do i change for bad & good loans, minimum rate and amount? any help is really appreciated! thanks! Line 40 - //2 Settings for hiding loans Lines 41 - 45 Line 47 - //3 Settings for highlighting loans lines 48 -50
Hope that helps
all sorted thanks. I installed the script again and all good now!!
|
|
|
Post by Deleted on Jul 13, 2017 13:12:47 GMT
0risk I've updated to the latest version of filter loans 1:14 which on the whole is great, however although the remaining term column has a down arrow suggesting it has been sorted it doesn't actually sort, it just remains in the original order based on loan launch date. Is anyone else experiencing this? If I turn the script off I can manually sort by remaining time but when the script is on it neither automatically manages it or allows me to sort it manually. If I click on the remaining term column the arrow switches from up to down but the order again remains unchanged.
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jul 13, 2017 14:24:40 GMT
0risk I've updated to the latest version of filter loans 1:14 which on the whole is great, however although the remaining term column has a down arrow suggesting it has been sorted it doesn't actually sort, it just remains in the original order based on loan launch date. Is anyone else experiencing this? If I turn the script off I can manually sort by remaining time but when the script is on it neither automatically manages it or allows me to sort it manually. If I click on the remaining term column the arrow switches from up to down but the order again remains unchanged. Yes, we were talking about this sorting bug. Version 1.14.1 now corrects this. Please update it.
|
|
copacetic
Member of DD Central
Posts: 306
Likes: 667
|
Post by copacetic on Jul 14, 2017 13:12:48 GMT
Thanks for the latest update 1.14.1, seems to have fixed the sorting issue!
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jul 28, 2017 11:35:08 GMT
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Aug 3, 2017 21:44:26 GMT
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Aug 27, 2017 22:35:24 GMT
|
|