Tried this however this does not work, I did som debugging via the ignored list, the parent id of ignored list is 432, Let's say we hover over the name to see the previous name, the previous name will then proceed to be visible, if we hover away from it it will ofcourse stop being visible, the problem is that it cannot get the data from the widget, it just returns with that the child widget i entered does not exist.
If you want to try this for yourself, add a account to your ignored list that has changed it's name within the past 30 days so you can hover it and see the previous name, try debugging it first and enter the root id of 432, first child id of 16 and second child id of 2, you will see that you cannot get any data from it, now hover your mouse over the username to have the previous name shown and then click the name to delete it, the previous name will be visible and you can now get data from it.
I am in need of a solution that is dynamic and therefore should be able to see these previous names and update them every X seconds even though the mouse is not hovered over the names to display their previous names. I was thinking if there was some way to load these widgets, I assume it's a clientsided thing and not something server sided therefore somehow the client maybe can send a packet to show these widgets? I am not sure of how it works but any help in the right direction would be very appreciated.
To add on:
The widget children are invinsible for 432, 16 which is the widget for previous names, if someone has a previous name it would be 432, 16, 2 as an example and I cannot get it to loop through a widget that returns false on if it has any widget children incase nothing is visible