diff --git a/CS-GO/Skins/Get Links.js b/CS-GO/Skins/Get Links.js new file mode 100644 index 0000000..9386869 --- /dev/null +++ b/CS-GO/Skins/Get Links.js @@ -0,0 +1,8 @@ +// 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") + ", "); +};