jQuery(function($) {
setTimeout(function() {
var $top = $("html body");
$top.find('[class~="data"]').each(function() {
var help = $(this).attr('data-help'),
type = $(this).attr('data-type'),
xpath = $(this).attr('data-xpath'),
tag = $(this).attr('data-tag'),
output = "";
if (help) {
output += "Help: " + help + "
";
}
if (type) {
output += "Type: " + type + "
";
}
if (xpath) {
output += "