It's about new Facebook reactions. The bar with emoticons shows up when user has mouse over the "Like" button. So before user does it for first time (I mean from DOMready to next refresh/page change) it is nowhere in the code but when user moves his mouse over then div with reactions appears and I can manage it via jQuery. But I want to make bar appear instantly, I can do that for every post but user has to do that first mouseover move, I want to do it instantly, without needing to move the mouse over first.
I was thinking about copying whole html and css but there are also other events binded to the bars that are responsible for giving a like, showing reaction name etc.
So is this possible to get the code before facebook inserts it after user interaction?