d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher >
Poll > A Small Suggestion > About Mq Totals
Prev123Next
Add Reply New Topic New Poll
  Guests cannot view or vote in polls. Please register or login.
Member
Posts: 26,503
Joined: Oct 15 2006
Gold: 105,555.55
Apr 23 2018 04:00am
Quote (Brainwashed @ 23 Apr 2018 08:58)
That would be great too!



Gotcha. I know this suggestion is pretty simple/basic. But thought it would still be a neat addition :)


The total could actually be inserted via a userscript again, which is more of a workaround than a feature

I'll try to post something these days just for fun
Member
Posts: 26,503
Joined: Oct 15 2006
Gold: 105,555.55
Apr 23 2018 12:21pm
Maybe this?

Code
// ==UserScript==
// @name Show total MQs
// @namespace http://tampermonkey.net/
// @version 0.1
// @author Dante@JSP
// @match http*://forums.d2jsp.org/user.php?c=*&i=*&p=*
// ==/UserScript==

/* jshint ignore:start */
(function() {
var tableu = document.querySelectorAll('.ftbt')[0].childNodes[1].childNodes;
var mqs = parseInt(tableu[24].innerHTML.match(/\d{1,4}/)[0], 10) + parseFloat(tableu[26].innerHTML.match(/\d{1,4}/)[0]);
tableu[26].outerHTML += `<tr><td align="right">MQ Total:</td><td>${mqs}</td></tr>`
})()


This post was edited by Dante on Apr 23 2018 12:21pm
Member
Posts: 15,897
Joined: Dec 6 2008
Gold: 20.73
Apr 23 2018 12:29pm
I'd love if it showed your mq total for past seasons as well. Kinda cool stat.
Member
Posts: 26,503
Joined: Oct 15 2006
Gold: 105,555.55
Apr 23 2018 12:36pm
Quote (RawrFox @ 23 Apr 2018 19:29)
I'd love if it showed your mq total for past seasons as well. Kinda cool stat.


that's something I cannot provide I'm afraid
Member
Posts: 26,503
Joined: Oct 15 2006
Gold: 105,555.55
Apr 23 2018 12:47pm
wow, paul just fired an implementation of that :D
Member
Posts: 51,653
Joined: Apr 8 2007
Gold: 10,683.52
Apr 23 2018 12:49pm
Quote (Dante @ Apr 23 2018 02:47pm)
wow, paul just fired an implementation of that :D


???

ohh sweet



This post was edited by slushslush on Apr 23 2018 12:51pm
Member
Posts: 26,503
Joined: Oct 15 2006
Gold: 105,555.55
Apr 23 2018 12:50pm
Quote (slushslush @ 23 Apr 2018 19:49)
???


check any character, I saw him pushing 2 different versions of that

it's divided into pass/fail and total mq attempts now
Member
Posts: 51,653
Joined: Apr 8 2007
Gold: 10,683.52
Apr 23 2018 12:52pm
i also think it would be cool if he added the gps to where your posts and join date are.

under guild. or just beside it

This post was edited by slushslush on Apr 23 2018 12:54pm
Admin
Posts: 24,300
Joined: Sep 24 2002
Gold: 22,279.75
Trader: Trusted
Apr 23 2018 12:53pm
This is now done. Also, the character page is now mobile friendly.
Member
Posts: 26,503
Joined: Oct 15 2006
Gold: 105,555.55
Apr 23 2018 12:59pm
Quote (njaguar @ 23 Apr 2018 19:53)
This is now done. Also, the character page is now mobile friendly.


nice job, Paul
Go Back To Ladder Slasher Topic List
Prev123Next
Add Reply New Topic New Poll