Create Get Links.js
This commit is contained in:
parent
362187c838
commit
d8a70630e5
8
CS-GO/Skins/Get Links.js
Normal file
8
CS-GO/Skins/Get Links.js
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
// 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") + ", ");
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user