Restore google search results to older style with green link below title instead of link above title. Just tweaks the CSS and does some dynamic JS reordering of the DIVs.
iUh30 bc are added to restore the original google, the detail is in: https://greasyfork.org/en/forum/discussion/69304/x
And TbwUpd I don't know what it means, but I guess it is not random classname, stand for this google new feature, should not be changed for a short time.
Is it possible not to hardcode classname
the classname of div maybe change in the future, such as
iUh30 bcandTbwUpd, maybe it's better to get classname by e.g.querySelector(".r cite").classNamein case of endless update of the script.