// Requires Chrome and Steam Inventory Helper addon jQuery("body").append(""); jQuery(".sih-market-action").each(function() { console.log(jQuery(this).attr("href")); jQuery("body").append('
' + jQuery(this).attr("href") + ", "); });