2015-12-02 20:24:48 +01:00
|
|
|
// Requires Chrome and Steam Inventory Helper addon
|
|
|
|
|
|
|
|
jQuery("body").append("</span></div>");
|
|
|
|
|
|
|
|
jQuery(".sih-market-action").each(function() {
|
|
|
|
console.log(jQuery(this).attr("href"));
|
|
|
|
jQuery("body").append('<div style="background: white"><span>' + jQuery(this).attr("href") + ", ");
|
2015-12-04 11:37:38 +01:00
|
|
|
});
|