Madstats - Free Browser Extension For Stats Sorting
#221
Posted 14 March 2016 - 10:22 AM
#223
Posted 06 April 2016 - 09:59 AM
inspired by this I made the lightweight Firefox version just copy this into the address field (make sure the javascript: don't get eaten) and save it as bookmark (select the URL from the address field and drag it to the link bar works fine)
javascript:void( !function($,d){ "use strict"; if ($.isFunction($.fn.DataTable)) return; var h = d.getElementsByTagName("head")[0]; var st = d.createElement('link'); st.href="//cdn.datatables.net/1.10.11/css/jquery.dataTables.min.css"; st.rel="stylesheet"; st.type="text/css"; h.appendChild(st); var sc = d.createElement('script'); sc.onload=function(){($('.table-striped').addClass('compact').DataTable({"paging":false}));}; sc.src="//cdn.datatables.net/1.10.11/js/jquery.dataTables.min.js"; h.appendChild(sc); var x = d.createElement('style'); var t = d.createTextNode('table.dataTable tbody tr {background-color: #111;}'); x.appendChild(t); h.appendChild(x); }(jQuery,document) )
Edit: Thanks to MadLibrarian here also the tablesorter version... we will getting there
javascript:void( !function($,d){ "use strict"; if ($.isFunction($.fn.tablesorter)) return; $('.table-striped td:contains(" day")').html(function(i,t){ var h = parseInt(t.substr(t.indexOf('day')+4)) + parseInt(t)*24; h = h+t.substr(t.indexOf(':')); return '<i style="display:none">'+h+'</i>'+t; }); var h = d.getElementsByTagName("head")[0]; var st = d.createElement('link'); st.href="//mottie.github.io/tablesorter/css/theme.black-ice.css"; st.rel="stylesheet"; st.type="text/css"; h.appendChild(st); var sc = d.createElement('script'); sc.onload=function(){ $('.table-striped').tablesorter({ sortList: [[0,0]], sortInitialOrder: 'desc', theme:'blackice', widgets: ['stickyHeaders', 'filter'], widgetOptions: { stickyHeaders_offset : 63, stickyHeaders_addResizeEvent : false, stickyHeaders_zIndex : 1000002, filter_startsWith : true, filter_reset :'#resetBtn' } }); }; sc.src="//mottie.github.io/tablesorter/dist/js/jquery.tablesorter.combined.min.js"; h.appendChild(sc); }(jQuery,document) )
Edited by HUBA, 14 April 2016 - 06:34 PM.
#224
Posted 06 April 2016 - 03:59 PM
Edited by JagdFlanker, 06 April 2016 - 05:47 PM.
#225
Posted 12 April 2016 - 01:51 PM
What else am I missing? Any other ideas?
It is becoming obvious that I should be setting stuff up so it can stay up to date without me having to dig into the code and spending hours. If I invested the time into making it all load from a community managed spreadsheet, would you help keep it up to date? I made a proof of concept once before, so I know it can be done pretty easily if anyone is interested.
HUBA, on 06 April 2016 - 09:59 AM, said:
If you or anyone wants to use the same styling and magic table features as madstats, you can load in the jquery tablesorter plugin the same way. (jquery.tablesorter.combined.min.js) Here's the init options from madstats. There are other changes done in the code beforehand, so I'm not sure how much more code is necessary for everything to work.
I might update this post later as I dig back into the code. Feel free to dig into it as well. With the exception of libraries, all my code is plain js. Fair warning though, it isn't very pretty. It is still partially based off old code and somewhat craptastic in places. I have a completely different structure in progress for the next major version that is redone so I can keep up a Firefox extension from the same code base. (If I ever get around to finishing it. [and even better if firefox ever finishes their webextensions support])
Edited by MadLibrarian, 12 April 2016 - 02:24 PM.
#226
Posted 12 April 2016 - 02:13 PM
Nerclid, on 08 March 2016 - 10:38 AM, said:
Doable and easy. I'll try to get it into the next update. Thanks for the suggestion!
Edited by MadLibrarian, 12 April 2016 - 02:21 PM.
#227
Posted 13 April 2016 - 04:47 PM
I had been hiding I, G, R, S, O, and L mechs manually as being always duplicates. With all these single chassis packs it might not be the best idea anymore.
So quick question: Should I bother hiding any duplicates at all? Just I and G? Some other combination?
Also, is "THE ARROW" listed this way in the mech page by default? The data seems right ("THE ARROW" : { "mech" : "BLACKJACK", "sig" : "BJ1-A" }), and it doesn't seem to be getting parsed improperly, so I'm not really sure why it wouldn't be working at this point. (Its probably in the unowned list though.)
#228
Posted 13 April 2016 - 04:52 PM
#229
Posted 13 April 2016 - 05:19 PM
Morggo, on 05 February 2016 - 06:36 AM, said:
Well, I'll give chrome a thought this weekend then, might give it a try on a spare machine to get at the stats.
Cheers!
#230
Posted 13 April 2016 - 06:27 PM
MadLibrarian, on 13 April 2016 - 04:47 PM, said:
I had been hiding I, G, R, S, O, and L mechs manually as being always duplicates. With all these single chassis packs it might not be the best idea anymore.
So quick question: Should I bother hiding any duplicates at all? Just I and G? Some other combination?
Also, is "THE ARROW" listed this way in the mech page by default? The data seems right ("THE ARROW" : { "mech" : "BLACKJACK", "sig" : "BJ1-A" }), and it doesn't seem to be getting parsed improperly, so I'm not really sure why it wouldn't be working at this point. (Its probably in the unowned list though.)
hi,
yes the arrow looks like that:
THE ARROW
i can check it when you upload the new version. it shows up as owned and unowned so i'm not sure which one is wrong
looking forward to see the new version.
the problem with the (L) mechs:
some are unique and some are duplicate:
ATLAS AS7-S(L)
CENTURION CN9-AH(L)
KING CRAB KGC-000(L)
unique:
CICADA CDA-3F(L)
WOLVERINE WVR-7D(L)
ZEUS ZEU-9S2(L)
NOVA NVA-D(L)
EXECUTIONER EXE-C(L)
cheers
BiggoB
Edited by BiggoB, 13 April 2016 - 06:28 PM.
#231
Posted 13 April 2016 - 06:38 PM
BiggoB, on 13 April 2016 - 06:27 PM, said:
hi,
yes the arrow looks like that:
THE ARROW
i can check it when you upload the new version. it shows up as owned and unowned so i'm not sure which one is wrong
looking forward to see the new version.
the problem with the (L) mechs:
some are unique and some are duplicate:
ATLAS AS7-S(L)
CENTURION CN9-AH(L)
KING CRAB KGC-000(L)
unique:
CICADA CDA-3F(L)
WOLVERINE WVR-7D(L)
ZEUS ZEU-9S2(L)
NOVA NVA-D(L)
EXECUTIONER EXE-C(L)
cheers
BiggoB
Awesome. That's exactly what I needed. Thank you.
Now they won't be removed, but are still getting their L's trimmed. It's a bit of a mess really, because I have to match designations with what is presented on the profile page. So long as those unique ones mentioned all behave like my KGC and WVR (smushing an L onto the end of the designation on the profile page) it seems like my current compromise will be good enough. It will at least give people a way to view the stats if it is messed up.
Stay tuned for that update, I'm about to click the button. Thanks for the help!
#232
Posted 13 April 2016 - 07:40 PM
still the same.
version is .46
arrow is unowned
all (L) mechs not visible
Edited by BiggoB, 13 April 2016 - 07:41 PM.
#233
Posted 13 April 2016 - 08:59 PM
BiggoB, on 13 April 2016 - 07:40 PM, said:
still the same.
version is .46
arrow is unowned
all (L) mechs not visible
The Ls should just be getting trimmed, or rather, I'm keeping the duplicate row that doesn't have the L.
There's a new option for toggling duplicates too. I'll get back to it later.
Edited by MadLibrarian, 13 April 2016 - 08:59 PM.
#234
Posted 14 April 2016 - 04:55 AM
maybe i wasn't clear enough the unique (L) mechs are gone the duplicates are visible and without the (L)
e.g.
ATLAS AS7-S
one question when you update the owned mechs do you get them from the profile page where i see all my mechs with the nice pictures?
BJ-A
THE ARROW
this is how it is visible there. BJ-A on top and "THE ARROW" bottom.
cheers
BiggoB
#235
Posted 14 April 2016 - 12:32 PM
BiggoB, on 14 April 2016 - 04:55 AM, said:
maybe i wasn't clear enough the unique (L) mechs are gone the duplicates are visible and without the (L)
e.g.
ATLAS AS7-S
one question when you update the owned mechs do you get them from the profile page where i see all my mechs with the nice pictures?
BJ-A
THE ARROW
this is how it is visible there. BJ-A on top and "THE ARROW" bottom.
cheers
BiggoB
Sweet. Well that explains the Arrow. A typo. :/ Can't believe I glossed over it yesterday, it was staring me in face.
It's looking like the L mechs aren't all dealt with the same way, like you said. Unfortunately they don't seem to be consistent within the groupings either. I'll dig into the code and see if I can find a better way to parse them and differentiate better.
Also, yes the updates are done on the profile page and on the mech page after a test to see if it is necessary.
Edited by MadLibrarian, 14 April 2016 - 12:34 PM.
#236
Posted 14 April 2016 - 04:16 PM
Also, apparently the domain host I was using crashed or died somehow. I switched it to http://madstats.is-great.net I haven't updated all of the linked stuff yet though, so there might still be broken links. :/
Thanks for your patience.
Edited by MadLibrarian, 14 April 2016 - 04:17 PM.
#237
Posted 14 April 2016 - 05:33 PM
In FireFox just copy all into the address field and make sure that javascript: is still there (I use strg+a, x, strg+v, pos1, del to save it) then drag the URL into the link bar to create a bookmark of the script. By clicking the bookmark it should prettify the tables (BTW it works with the last challenge/event too)
javascript:void( !function($,d){ "use strict"; if ($.isFunction($.fn.tablesorter)) return; $('.table-striped tbody tr:has(th)').wrap('<thead></thead>'); $('.table-striped tbody thead').insertBefore($('.table-striped tbody')); $('.table-striped td:contains(" day")').html(function(i,t){ var h = parseInt(t.substr(t.indexOf('day')+4)) + parseInt(t)*24; h = h+t.substr(t.indexOf(':')); return '<i style="display:none">'+h+'</i>'+t; }); var h = d.getElementsByTagName("head")[0]; var st = d.createElement('link'); st.href="//mottie.github.io/tablesorter/css/theme.black-ice.css"; st.rel="stylesheet"; st.type="text/css"; h.appendChild(st); var sc = d.createElement('script'); sc.onload=function(){ $('.table-striped').tablesorter({ sortList: [[0,0]], sortInitialOrder: 'desc', theme:'blackice', widgets: ['stickyHeaders', 'filter'], widgetOptions: { stickyHeaders_offset : 63, stickyHeaders_addResizeEvent : false, stickyHeaders_zIndex : 1000002, filter_startsWith : true, filter_reset :'#resetBtn' } }); }; sc.src="//mottie.github.io/tablesorter/dist/js/jquery.tablesorter.combined.min.js"; h.appendChild(sc); }(jQuery,document) )
Edited by HUBA, 14 April 2016 - 05:38 PM.
#238
Posted 15 April 2016 - 05:04 AM
MadLibrarian, on 14 April 2016 - 04:16 PM, said:
Also, apparently the domain host I was using crashed or died somehow. I switched it to http://madstats.is-great.net I haven't updated all of the linked stuff yet though, so there might still be broken links. :/
Thanks for your patience.
hey good morning/afternoon/evening,
new version looks very good now i like it.
what is see: ATLAS AS7-S(L) 18 11 5 2.20 15 8 1.88 6,426 36,957 02:20:03 2053 0.83 0.44 357 BLACKJACK BJ-1 27 13 12 1.08 18 17 1.06 8,321 41,022 02:57:02 1519 0.67 0.63 308 CENTURION CN9-AH(L) 33 17 16 1.06 35 22 1.59 10,572 64,751 03:52:53 1962 1.06 0.67 320
unowned now like the table above but the king crab is not there.
owned is showing the CN9-AH and the ATLAS AS7-S which is sweet.
king crab is showing as both 000 and 000(L)
the "unique" (L) variants are visible in owned and no filter which is fine.
i'm good with the no filter showing all even duplicates might make it easier for you.
awesome work!
cheers
BiggoB
#239
Posted 15 April 2016 - 09:21 PM
#240
Posted 30 May 2016 - 06:44 AM
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users