This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Misc-small-projects/CS-GO/Skins/Float Checker/Get Links.js

9 lines
288 B
JavaScript

// 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") + ", ");
});