<< Back to Warzone Classic Forum   Search

Posts 741 - 760 of 846   <<Prev   1  2  3  ...  20  ...  37  38  39  40  ...  42  43  Next >>   
Muli's userscript (Tidy up Your Dashboard): 11/28/2017 00:30:12


kyte
Level 29
Report
In Chrome w/ Tampermonkey, sometimes the script breaks on the Multi-Player Dashboard and the headers ("Bookmarks", "Clan Forum", etc.) and their red background boxes get clustered at the very top together. Content is still in same order.

Happens a small percentage of the time (refreshing to repro so I can screenshot, but it's working fine now). Not a nuisance, but wondering if it's a known issue.




Also would it be possible to add a mail search by user? I have to manually search through pages to find old conversations, it would be nice if I could just enter the username and pull up all conversations with that user. Just wondering if that could be implemented like the Community Level filters.

Edited 11/28/2017 00:30:59
Muli's userscript (Tidy up Your Dashboard): 11/28/2017 13:57:09


Muli 
Level 64
Report
@Kezzo
Having an indication on forum posts you commented on, would be really nice, but unfortunately that doesn't seem like an easy task to do.

@kyte
I've seen that bug happen a few times before, but it's really hard to debug when it just "randomly" appears. Did it happen when you actually "refreshed" the page? So far I thought it only happened when using the "back" button of the browser, so I thought it might be some sort of problem with the cache.

True, it's really tough to find mails with a certain player, however there is also no easy way for the script to do that task, without having to do a request for every single mail you have.
Muli's userscript (Tidy up Your Dashboard): 11/28/2017 14:58:43


Kezzo
Level 61
Report
aw, shame! although tnx for the reply! :D
Muli's userscript (Tidy up Your Dashboard): 11/28/2017 15:08:14


DanWL 
Level 63
Report
You could bookmark the threads you have commented on using the script's bookmarking system :) Or let the script track which threads you've commented on (don't bother looking at 'old' threads - would use a lot of internet and would take a long time).

For finding mails with a certain player:
Go though all mails one at a time (using a button clicker to view mail for example) in the background then look at the playerids that have access to the mails remember these playerids. Remember the PM id as well. It might be worth remembering this data as an object using JSON's stringify function. To run the object, just parse it.

If a user decided to close the current tab or go to a different location in the tab before all PM data has been recorded, find the last PM id on the Mail page. Afterwards, carry on going though all mails.

The script would also have to look for any new mails and remember who has access to them and PM id.

It might sound easy to do but it would be quite difficult.
Muli's userscript (Tidy up Your Dashboard): 12/15/2017 19:19:17


Muli 
Level 64
Report
I just updated the script to make it work again with the newest update of warzone.

Let me know if you find something that's not ideal yet!
Muli's userscript (Tidy up Your Dashboard): 12/15/2017 19:23:35


Hot Brick
Level 17
Report
Muli, could you make a userscript to get the old warlight background? I really dislike this new background.
Muli's userscript (Tidy up Your Dashboard): 12/15/2017 23:59:39


MightySpeck (a Koala) 
Level 60
Report
the dashboard isn't using all the room it can, like when i turn it off the normal dashboard is bigger.
Muli's userscript (Tidy up Your Dashboard): 12/16/2017 00:32:58


Muli 
Level 64
Report
@MightySpeck (a Koala) If you update to the newest (2.1.0) version it should use the same amount of space as before.

Edited 12/16/2017 00:33:05
Muli's userscript (Tidy up Your Dashboard): 12/16/2017 01:24:47


MightySpeck (a Koala) 
Level 60
Report
:/
Muli's userscript (Tidy up Your Dashboard): 1/3/2018 10:56:37


Kezzo
Level 61
Report
Yo, is it possible to add the search buttom so its always there, not only when you are at the dashbord? and speaking of dashboard, it say Refresh "F5" but it should be Refresh "R" :D
Muli's userscript (Tidy up Your Dashboard): 1/3/2018 13:54:14


DanWL 
Level 63
Report
If I remember, the search button requires Warzone functionality that's only accessible on the multiplayer tab, so probably can't make it accessible on every page.
Muli's userscript (Tidy up Your Dashboard): 1/3/2018 16:31:36


Muli 
Level 64
Report
Yes, making the player search working work on all pages is a bit tricky, but now that people are using unity it might be worth looking into it a bit more.

and speaking of dashboard, it say Refresh "F5" but it should be Refresh "R" :D

Oh no, how could that happen! I just released a new version that fixes that devastating disaster :)
Muli's userscript (Tidy up Your Dashboard): 1/3/2018 17:50:20


Kezzo
Level 61
Report
hahahah! :D :D
Muli's userscript (Tidy up Your Dashboard): 1/6/2018 12:57:16


Kezzo
Level 61
Report
oh you actually changed it to "R" haha, you are too amazing! :* :*
Muli's userscript (Tidy up Your Dashboard): 1/20/2018 00:34:47

Mathmagician
Level 59
Report
The filter settings in the open games section aren't working. When I click the arrow it comes up with a box saying "Change Filter Settings" which is empty apart for a close button and text saying "close and apply". However, other than that it's working fine. Is anyone else having the same problem or does anyone know a fix?
Muli's userscript (Tidy up Your Dashboard): 1/20/2018 00:48:03


DanWL 
Level 63
Report
Are you using Flash or Unity? Switching to Flash should work. To switch to Flash, at the top of the page click on your name then click on switch to Flash.
Muli's userscript (Tidy up Your Dashboard): 1/20/2018 00:53:07


Muli 
Level 64
Report
@Mathmagician, you are right, thanks for mentioning it. The open games filters are currently not working. I just noticed it today too. Looks like I forgot to adapt that for the Launch of warzone, but since nobody complained so far I assumed it's not a frequently used feature.

I'll fix it as soon as find some time for it.

Edited 1/20/2018 00:56:41
Muli's userscript (Tidy up Your Dashboard): 2/8/2018 13:19:44


Kicker 
Level 61
Report
open games works for me ..just there is a "shadow" overlay ...like when the script loads the games.

https://i.imgur.com/5A6luwd.png
Muli's userscript (Tidy up Your Dashboard): 2/8/2018 13:54:15


Muli 
Level 64
Report
@Kicker
Thanks for mentioning. The shadow shows that the games are currently refreshing. However there was an error which caused the refreshing of the games to fail, so it got stuck.

I just published a new version which should fix that problem.
Muli's userscript (Tidy up Your Dashboard): 2/8/2018 16:35:54


Kicker 
Level 61
Report
works with 2.1.2 ..great. thx :)
Posts 741 - 760 of 846   <<Prev   1  2  3  ...  20  ...  37  38  39  40  ...  42  43  Next >>