DinoDevs / GladiatusCrazyAddon

This was "A browser addon for the Gladiatus browser game."
https://gladiatus.dinodevs.com
GNU General Public License v3.0
40 stars 32 forks source link

Improve Highscore tables (positions) #396

Closed FrutyX closed 2 years ago

FrutyX commented 2 years ago
![table](https://user-images.githubusercontent.com/23278552/183221122-2613865f-42e8-4f7b-acff-30cc43c1cd4f.PNG) ![table2](https://user-images.githubusercontent.com/23278552/183221124-765a74b3-fcf7-4c39-a3ce-21a1625eaf4d.PNG)
FrutyX commented 2 years ago

This is now in a testing phase, you can test it, you can see if it caused any other problems.

Also, this might be deleted in the future, if Gameforge decides to fix it.

FrutyX commented 2 years ago

Problematic: This is also editing the reports layout, will take a look when I have time.

FrutyX commented 2 years ago

Does not have any ID, only class.. unsure if can be done without javascript... thinking.

FrutyX commented 2 years ago

I don't want to bring javascript into this, this was meant to be a simple fix, but Gameforge does not know what IDs are...

FrutyX commented 2 years ago

Me vs Gladiatus:

patrick-bateman-why-isnt-it-possible

@GramThanos have you ever heard about a script, that injects (during the page load) to all elements without IDs an a unique automatically generated ID (probably from it's class name, so we can select it every time)? Imagine how easily would be to edit the page, if everything had it's own ID... Such script is a... Thanos level threat, lol.

GramThanos commented 2 years ago

Me vs Gladiatus:

patrick-bateman-why-isnt-it-possible

@GramThanos have you ever heard about a script, that injects (during the page load) to all elements without IDs an a unique automatically generated ID (probably from it's class name, so we can select it every time)? Imagine how easily would be to edit the page, if everything had it's own ID... Such script is a... Thanos level threat, lol.

You lost me at "have"

FrutyX commented 2 years ago

Fine, I'll do it myself.

😛

FrutyX commented 2 years ago

403